#D6CACF

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

Shades of Twilight #D6CACF

Tints of Twilight #D6CACF

Color information

#D6CACF (or 0xD6CACF) is unknown color: approx Twilight. HEX triplet: D6, CA and CF. RGB value is (214,202,207). Sum of RGB (Red+Green+Blue) = 214+202+207=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CACF is #293530. Grayscale: #CECECE. Windows color (decimal): -2700593 or 13617878. OLE color: 13617878.

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

Color convert

RGB214202207-
CMYK00.060.030.16
HSL335º12.77%81.57%-
HSV(B)335º5.61%83.92%-
XYZ60.1161.0467.65-
YUV206.16128.48133.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.35%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=34.35%
G=32.42%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420220700.060.030.1633512.7781.57
HexD6CACF0631014fd52
Octal3263123170632051715122
Binary1101011011001010110011110110111000010100111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CACF; }

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

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

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

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

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

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

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

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