#D6D9C2

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

Shades of Celeste #D6D9C2

Tints of Celeste #D6D9C2

Color information

#D6D9C2 (or 0xD6D9C2) is unknown color: approx Celeste. HEX triplet: D6, D9 and C2. RGB value is (214,217,194). Sum of RGB (Red+Green+Blue) = 214+217+194=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9C2 is #29263D. Grayscale: #D5D5D5. Windows color (decimal): -2696766 or 12769750. OLE color: 12769750.

HSL color Cylindrical-coordinate representation of color #D6D9C2: hue angle of 67.83º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6D9C2 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB214217194-
CMYK0.0100.110.15
HSL67.83º23.23%80.59%-
HSV(B)67.83º10.6%85.1%-
XYZ62.2867.8260.85-
YUV213.48117.01128.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.24%
GREEN value IS 217 (85.16% from 255) = 34.72%
BLUE value IS 194 (76.17% from 255) = 31.04%
R=34.24%
G=34.72%
B=31.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142171940.0100.110.1567.8323.2380.59
HexD6D9C210BF441751
Octal32633130210131710427121
Binary11010110110110011100001010101111111000100101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D9C2; }

 p { color: rgb(214,217,194); }

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

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

 a { background-color: rgb(214,217,194); }

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

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

 span { border-color: rgb(214,217,194); }

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