#D5D6CC

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

Shades of Celeste #D5D6CC

Tints of Celeste #D5D6CC

Color information

#D5D6CC (or 0xD5D6CC) is unknown color: approx Celeste. HEX triplet: D5, D6 and CC. RGB value is (213,214,204). Sum of RGB (Red+Green+Blue) = 213+214+204=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D6CC is #2A2933. Grayscale: #D4D4D4. Windows color (decimal): -2763060 or 13424341. OLE color: 13424341.

HSL color Cylindrical-coordinate representation of color #D5D6CC: hue angle of 66º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5D6CC is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213214204-
CMYK0.0000.050.16
HSL66º10.87%81.96%-
HSV(B)66º4.67%83.92%-
XYZ62.3966.666.69-
YUV212.56123.17128.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.76%
GREEN value IS 214 (83.98% from 255) = 33.91%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=33.76%
G=33.91%
B=32.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132142040.0000.050.166610.8781.96
HexD5D6CC0051042b52
Octal3253263140052010213122
Binary1101010111010110110011000010110000100001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D6CC; }

 p { color: rgb(213,214,204); }

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

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

 a { background-color: rgb(213,214,204); }

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

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

 span { border-color: rgb(213,214,204); }

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