#D9BCCA

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

Shades of Twilight #D9BCCA

Tints of Twilight #D9BCCA

Color information

#D9BCCA (or 0xD9BCCA) is unknown color: approx Twilight. HEX triplet: D9, BC and CA. RGB value is (217,188,202). Sum of RGB (Red+Green+Blue) = 217+188+202=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCCA is #264335. Grayscale: #C6C6C6. Windows color (decimal): -2507574 or 13286617. OLE color: 13286617.

HSL color Cylindrical-coordinate representation of color #D9BCCA: hue angle of 331.03º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BCCA is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217188202-
CMYK00.130.070.15
HSL331.03º27.62%79.41%-
HSV(B)331.03º13.36%85.1%-
XYZ57.2654.9863.47-
YUV198.27130.11141.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.75%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=35.75%
G=30.97%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718820200.130.070.15331.0327.6279.41
HexD9BCCA0D7F14b1c4f
Octal33127431201571751334117
Binary110110011011110011001010011011111111101001011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BCCA; }

 p { color: rgb(217,188,202); }

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

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

 a { background-color: rgb(217,188,202); }

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

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

 span { border-color: rgb(217,188,202); }

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