#D6D7CA

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

Shades of Celeste #D6D7CA

Tints of Celeste #D6D7CA

Color information

#D6D7CA (or 0xD6D7CA) is unknown color: approx Celeste. HEX triplet: D6, D7 and CA. RGB value is (214,215,202). Sum of RGB (Red+Green+Blue) = 214+215+202=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7CA is #292835. Grayscale: #D5D5D5. Windows color (decimal): -2697270 or 13293526. OLE color: 13293526.

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

Color convert

RGB214215202-
CMYK0.0000.060.16
HSL64.62º13.98%81.76%-
HSV(B)64.62º6.05%84.31%-
XYZ62.6967.1665.54-
YUV213.22121.67128.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 215 (84.38% from 255) = 34.07%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=33.91%
G=34.07%
B=32.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142152020.0000.060.1664.6213.9881.76
HexD6D7CA0061041e52
Octal3263273120062010116122
Binary1101011011010111110010100011010000100000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D7CA; }

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

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

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

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

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

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

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

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