#D6C0C9

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

Shades of Twilight #D6C0C9

Tints of Twilight #D6C0C9

Color information

#D6C0C9 (or 0xD6C0C9) is unknown color: approx Twilight. HEX triplet: D6, C0 and C9. RGB value is (214,192,201). Sum of RGB (Red+Green+Blue) = 214+192+201=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C0C9 is #293F36. Grayscale: #C7C7C7. Windows color (decimal): -2703159 or 13222102. OLE color: 13222102.

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

Color convert

RGB214192201-
CMYK00.100.060.16
HSL335.45º21.15%79.61%-
HSV(B)335.45º10.28%83.92%-
XYZ57.1256.2163.1-
YUV199.6128.79138.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 201 (78.91% from 255) = 33.11%
R=35.26%
G=31.63%
B=33.11%

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
Decimal21419220100.100.060.16335.4521.1579.61
HexD6C0C90A61014f1550
Octal32630031101262051725120
Binary1101011011000000110010010101011010000101001111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C0C9; }

 p { color: rgb(214,192,201); }

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

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

 a { background-color: rgb(214,192,201); }

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

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

 span { border-color: rgb(214,192,201); }

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