#D4D5CA

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

Shades of Celeste #D4D5CA

Tints of Celeste #D4D5CA

Color information

#D4D5CA (or 0xD4D5CA) is unknown color: approx Celeste. HEX triplet: D4, D5 and CA. RGB value is (212,213,202). Sum of RGB (Red+Green+Blue) = 212+213+202=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5CA is #2B2A35. Grayscale: #D3D3D3. Windows color (decimal): -2828854 or 13293012. OLE color: 13293012.

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

Color convert

RGB212213202-
CMYK0.0000.050.16
HSL65.45º11.58%81.37%-
HSV(B)65.45º5.16%83.53%-
XYZ61.6165.8565.34-
YUV211.45122.67128.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.81%
GREEN value IS 213 (83.59% from 255) = 33.97%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=33.81%
G=33.97%
B=32.22%

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
Decimal2122132020.0000.050.1665.4511.5881.37
HexD4D5CA0051041c51
Octal3243253120052010114121
Binary1101010011010101110010100010110000100000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D5CA; }

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

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

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

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

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

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

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

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