#DEBCD3

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

Shades of Twilight #DEBCD3

Tints of Twilight #DEBCD3

Color information

#DEBCD3 (or 0xDEBCD3) is unknown color: approx Twilight. HEX triplet: DE, BC and D3. RGB value is (222,188,211). Sum of RGB (Red+Green+Blue) = 222+188+211=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCD3 is #21432C. Grayscale: #C8C8C8. Windows color (decimal): -2179885 or 13876446. OLE color: 13876446.

HSL color Cylindrical-coordinate representation of color #DEBCD3: hue angle of 319.41º 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 #DEBCD3 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222188211-
CMYK00.150.050.13
HSL319.41º34%80.39%-
HSV(B)319.41º15.32%87.06%-
XYZ59.8756.269.32-
YUV200.79133.76143.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 211 (82.81% from 255) = 33.98%
R=35.75%
G=30.27%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218821100.150.050.13319.413480.39
HexDEBCD30F5D13f2250
Octal33627432301751547742120
Binary1101111010111100110100110111110111011001111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCD3; }

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

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

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

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

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

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

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

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