#D7CBD3

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

Shades of Twilight #D7CBD3

Tints of Twilight #D7CBD3

Color information

#D7CBD3 (or 0xD7CBD3) is unknown color: approx Twilight. HEX triplet: D7, CB and D3. RGB value is (215,203,211). Sum of RGB (Red+Green+Blue) = 215+203+211=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBD3 is #28342C. Grayscale: #CFCFCF. Windows color (decimal): -2634797 or 13880279. OLE color: 13880279.

HSL color Cylindrical-coordinate representation of color #D7CBD3: hue angle of 320º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D7CBD3 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215203211-
CMYK00.060.020.16
HSL320º13.04%81.96%-
HSV(B)320º5.58%84.31%-
XYZ61.1461.8670.35-
YUV207.5129.98133.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.18%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 211 (82.81% from 255) = 33.55%
R=34.18%
G=32.27%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520321100.060.020.1632013.0481.96
HexD7CBD306210140d52
Octal3273133230622050015122
Binary1101011111001011110100110110101000010100000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBD3; }

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

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

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

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

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

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

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

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