#D5D5CC

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

Shades of Celeste #D5D5CC

Tints of Celeste #D5D5CC

Color information

#D5D5CC (or 0xD5D5CC) is unknown color: approx Celeste. HEX triplet: D5, D5 and CC. RGB value is (213,213,204). Sum of RGB (Red+Green+Blue) = 213+213+204=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D5CC is #2A2A33. Grayscale: #D4D4D4. Windows color (decimal): -2763316 or 13424085. OLE color: 13424085.

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

Color convert

RGB213213204-
CMYK000.040.16
HSL60º9.68%81.76%-
HSV(B)60º4.23%83.53%-
XYZ62.1366.0966.61-
YUV211.97123.5128.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=33.81%
G=33.81%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213213204000.040.16609.6881.76
HexD5D5CC004103ca52
Octal325325314004207412122
Binary110101011101010111001100001001000011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D5CC; }

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

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

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

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

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

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

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

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