#D6D8C2

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

Shades of Celeste #D6D8C2

Tints of Celeste #D6D8C2

Color information

#D6D8C2 (or 0xD6D8C2) is unknown color: approx Celeste. HEX triplet: D6, D8 and C2. RGB value is (214,216,194). Sum of RGB (Red+Green+Blue) = 214+216+194=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D8C2 is #29273D. Grayscale: #D4D4D4. Windows color (decimal): -2697022 or 12769494. OLE color: 12769494.

HSL color Cylindrical-coordinate representation of color #D6D8C2: hue angle of 65.45º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6D8C2 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB214216194-
CMYK0.0100.100.15
HSL65.45º22%80.39%-
HSV(B)65.45º10.19%84.71%-
XYZ62.0367.360.76-
YUV212.89117.34128.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.29%
GREEN value IS 216 (84.77% from 255) = 34.62%
BLUE value IS 194 (76.17% from 255) = 31.09%
R=34.29%
G=34.62%
B=31.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142161940.0100.100.1565.452280.39
HexD6D8C210AF411650
Octal32633030210121710126120
Binary11010110110110001100001010101011111000001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D8C2; }

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

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

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

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

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

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

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

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