#D2BCCB

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

Shades of Twilight #D2BCCB

Tints of Twilight #D2BCCB

Color information

#D2BCCB (or 0xD2BCCB) is unknown color: approx Twilight. HEX triplet: D2, BC and CB. RGB value is (210,188,203). Sum of RGB (Red+Green+Blue) = 210+188+203=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCCB is #2D4334. Grayscale: #C4C4C4. Windows color (decimal): -2966325 or 13352146. OLE color: 13352146.

HSL color Cylindrical-coordinate representation of color #D2BCCB: hue angle of 319.09º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BCCB is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210188203-
CMYK00.100.030.18
HSL319.09º19.64%78.04%-
HSV(B)319.09º10.48%82.35%-
XYZ55.3453.9864-
YUV196.29131.79137.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.94%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=34.94%
G=31.28%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018820300.100.030.18319.0919.6478.04
HexD2BCCB0A31213f144e
Octal32227431301232247724116
Binary110100101011110011001011010101110010100111111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BCCB; }

 p { color: rgb(210,188,203); }

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

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

 a { background-color: rgb(210,188,203); }

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

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

 span { border-color: rgb(210,188,203); }

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