#D5BCCA

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

Shades of Twilight #D5BCCA

Tints of Twilight #D5BCCA

Color information

#D5BCCA (or 0xD5BCCA) is unknown color: approx Twilight. HEX triplet: D5, BC and CA. RGB value is (213,188,202). Sum of RGB (Red+Green+Blue) = 213+188+202=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCCA is #2A4335. Grayscale: #C5C5C5. Windows color (decimal): -2769718 or 13286613. OLE color: 13286613.

HSL color Cylindrical-coordinate representation of color #D5BCCA: hue angle of 326.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BCCA is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213188202-
CMYK00.120.050.16
HSL326.4º22.94%78.63%-
HSV(B)326.4º11.74%83.53%-
XYZ56.0854.3863.42-
YUV197.07130.78139.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.32%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=35.32%
G=31.18%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318820200.120.050.16326.422.9478.63
HexD5BCCA0C510146174f
Octal32527431201452050627117
Binary1101010110111100110010100110010110000101000110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCCA; }

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

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

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

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

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

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

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

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