#D6C3CE

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

Shades of Twilight #D6C3CE

Tints of Twilight #D6C3CE

Color information

#D6C3CE (or 0xD6C3CE) is unknown color: approx Twilight. HEX triplet: D6, C3 and CE. RGB value is (214,195,206). Sum of RGB (Red+Green+Blue) = 214+195+206=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3CE is #293C31. Grayscale: #C9C9C9. Windows color (decimal): -2702386 or 13550550. OLE color: 13550550.

HSL color Cylindrical-coordinate representation of color #D6C3CE: hue angle of 325.26º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6C3CE is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214195206-
CMYK00.090.040.16
HSL325.26º18.81%80.2%-
HSV(B)325.26º8.88%83.92%-
XYZ58.3957.7866.47-
YUV201.94130.29136.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.80%
GREEN value IS 195 (76.56% from 255) = 31.71%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=34.80%
G=31.71%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419520600.090.040.16325.2618.8180.2
HexD6C3CE094101451350
Octal32630331601142050523120
Binary1101011011000011110011100100110010000101000101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C3CE; }

 p { color: rgb(214,195,206); }

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

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

 a { background-color: rgb(214,195,206); }

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

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

 span { border-color: rgb(214,195,206); }

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