#D6C3CD

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

Shades of Twilight #D6C3CD

Tints of Twilight #D6C3CD

Color information

#D6C3CD (or 0xD6C3CD) is unknown color: approx Twilight. HEX triplet: D6, C3 and CD. RGB value is (214,195,205). Sum of RGB (Red+Green+Blue) = 214+195+205=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3CD is #293C32. Grayscale: #C9C9C9. Windows color (decimal): -2702387 or 13485014. OLE color: 13485014.

HSL color Cylindrical-coordinate representation of color #D6C3CD: hue angle of 328.42º 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 #D6C3CD is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214195205-
CMYK00.090.040.16
HSL328.42º18.81%80.2%-
HSV(B)328.42º8.88%83.92%-
XYZ58.2757.7365.83-
YUV201.82129.79136.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=34.85%
G=31.76%
B=33.39%

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
Decimal21419520500.090.040.16328.4218.8180.2
HexD6C3CD094101481350
Octal32630331501142051023120
Binary1101011011000011110011010100110010000101001000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C3CD; }

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

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

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

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

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

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

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

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