#D6C3CF

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

Shades of Twilight #D6C3CF

Tints of Twilight #D6C3CF

Color information

#D6C3CF (or 0xD6C3CF) is unknown color: approx Twilight. HEX triplet: D6, C3 and CF. RGB value is (214,195,207). Sum of RGB (Red+Green+Blue) = 214+195+207=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3CF is #293C30. Grayscale: #CACACA. Windows color (decimal): -2702385 or 13616086. OLE color: 13616086.

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

Color convert

RGB214195207-
CMYK00.090.030.16
HSL322.11º18.81%80.2%-
HSV(B)322.11º8.88%83.92%-
XYZ58.5157.8367.11-
YUV202.05130.79136.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.74%
GREEN value IS 195 (76.56% from 255) = 31.66%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=34.74%
G=31.66%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419520700.090.030.16322.1118.8180.2
HexD6C3CF093101421350
Octal32630331701132050223120
Binary110101101100001111001111010011110000101000010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C3CF; }

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

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

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

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

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

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

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

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