#D7C2CB

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

Shades of Twilight #D7C2CB

Tints of Twilight #D7C2CB

Color information

#D7C2CB (or 0xD7C2CB) is unknown color: approx Twilight. HEX triplet: D7, C2 and CB. RGB value is (215,194,203). Sum of RGB (Red+Green+Blue) = 215+194+203=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2CB is #283D34. Grayscale: #C9C9C9. Windows color (decimal): -2637109 or 13353687. OLE color: 13353687.

HSL color Cylindrical-coordinate representation of color #D7C2CB: hue angle of 334.29º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7C2CB is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215194203-
CMYK00.100.060.16
HSL334.29º20.79%80.2%-
HSV(B)334.29º9.77%84.31%-
XYZ58.157.3464.51-
YUV201.3128.96137.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=35.13%
G=31.70%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519420300.100.060.16334.2920.7980.2
HexD7C2CB0A61014e1550
Octal32730231301262051625120
Binary1101011111000010110010110101011010000101001110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C2CB; }

 p { color: rgb(215,194,203); }

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

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

 a { background-color: rgb(215,194,203); }

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

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

 span { border-color: rgb(215,194,203); }

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