Color Hex Logo

#debedb Color Hex

#DEBEDB
(222,190,219)
0 Favorites   0 Comments

Color spaces of #debedb

RGB 222190219
HSL0.850.330.81
HSV306°14°87°
CMYK 0.000.140.01   0.13
XYZ61.323857.471074.8787
Yxy57.47100.31660.2967
Hunter Lab75.809611.7251-5.4952
CIE-Lab80.443816.3436-10.2520

#debedb color RGB value is (222,190,219).

#debedb hex color red value is 222, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #debedb hue: 0.85 , saturation: 0.33 and the lightness value of debedb is 0.81.

The process color (four color CMYK) of #debedb color hex is 0.00, 0.14, 0.01, 0.13. Web safe color of #debedb is #cccccc. Color #debedb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 11011011
Octal 336 276 333
Decimal 222 190 219
Hex DE BE DB

RGB Percentages of Color #debedb

%35.18
%30.11
%34.71

CMYK Percentages of Color #debedb

%0
%14
%1
%13

Triadic Colors of #debedb

#debedb #dbdebe #bedbde

Analogous Colors of #debedb

#debedb #debecb #d1bede

Monochromatic Colors of #debedb

#debedb

Complementary Color

#debedb #bedec1

#debedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#debedb Color CSS Codes

.mybgcolor {background-color:#debedb; } 
.myforecolor {color:#debedb; }
.mybordercolor {border:3px solid #debedb; }

#debedb Text Font Color

<p style="color:#debedb">Text here</p>

This sample text font color is #debedb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#debedb Background Color

<div style="background-color:#debedb">
Div content here</div>

This div background color is #debedb


#debedb Border Color

<div style="border:3px solid #debedb">
Div here</div>

This div border color is #debedb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,190,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #debedb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #debedb;
  -webkit-box-shadow: 1px 1px 3px 2px #debedb;
  box-shadow:         1px 1px 3px 2px #debedb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,190,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #debedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #debedb;
  -webkit-box-shadow: 1px 1px 3px 2px #debedb;
  box-shadow:         1px 1px 3px 2px #debedb;">
Div content here</div>

This div box has shadow with color #debedb


Comments

No comments written yet.

Please login to write comment.