#D5D5CA

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

Shades of Celeste #D5D5CA

Tints of Celeste #D5D5CA

Color information

#D5D5CA (or 0xD5D5CA) is unknown color: approx Celeste. HEX triplet: D5, D5 and CA. RGB value is (213,213,202). Sum of RGB (Red+Green+Blue) = 213+213+202=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D5CA is #2A2A35. Grayscale: #D3D3D3. Windows color (decimal): -2763318 or 13293013. OLE color: 13293013.

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

Color convert

RGB213213202-
CMYK000.050.16
HSL60º11.58%81.37%-
HSV(B)60º5.16%83.53%-
XYZ61.96665.35-
YUV211.75122.5128.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=33.92%
G=33.92%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213213202000.050.166011.5881.37
HexD5D5CA005103cc51
Octal325325312005207414121
Binary110101011101010111001010001011000011110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D5CA; }

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

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

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

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

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

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

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

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