#DEBCCD

Color #DEBCCD Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #DEBCCD

Tints of Twilight #DEBCCD

Color information

#DEBCCD (or 0xDEBCCD) is unknown color: approx Twilight. HEX triplet: DE, BC and CD. RGB value is (222,188,205). Sum of RGB (Red+Green+Blue) = 222+188+205=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCCD is #214332. Grayscale: #C8C8C8. Windows color (decimal): -2179891 or 13483230. OLE color: 13483230.

HSL color Cylindrical-coordinate representation of color #DEBCCD: hue angle of 330º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBCCD is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222188205-
CMYK00.150.080.13
HSL330º34%80.39%-
HSV(B)330º15.32%87.06%-
XYZ59.1355.965.43-
YUV200.1130.76143.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 205 (80.47% from 255) = 33.33%
R=36.10%
G=30.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218820500.150.080.133303480.39
HexDEBCCD0F8D14a2250
Octal336274315017101551242120
Binary11011110101111001100110101111100011011010010101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCCD; }

 p { color: rgb(222,188,205); }

 H1.HeaderClassName
 {
   color: #DEBCCD;
 }
 .AnyTagClassName
 {
   color: #DEBCCD;
 }
</style>
background-color css

<style>
 a { background-color: #DEBCCD; }

 a { background-color: rgb(222,188,205); }

 div.DivClassName
 {
   background-color: #DEBCCD;
 }
 .BgClassName
 {
   background-color: #DEBCCD;
 }
</style>
border-color css

<style>
 span { border-color: #DEBCCD; }

 span { border-color: rgb(222,188,205); }

 td.TdClassName
 {
   border-color: #DEBCCD;
 }
 .TagClassName
 {
   border-color: #DEBCCD;
 }
</style>