#D4D5C7

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

Shades of Celeste #D4D5C7

Tints of Celeste #D4D5C7

Color information

#D4D5C7 (or 0xD4D5C7) is unknown color: approx Celeste. HEX triplet: D4, D5 and C7. RGB value is (212,213,199). Sum of RGB (Red+Green+Blue) = 212+213+199=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5C7 is #2B2A38. Grayscale: #D3D3D3. Windows color (decimal): -2828857 or 13096404. OLE color: 13096404.

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

Color convert

RGB212213199-
CMYK0.0000.070.16
HSL64.29º14.29%80.78%-
HSV(B)64.29º6.57%83.53%-
XYZ61.2565.7163.49-
YUV211.1121.17128.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.97%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=33.97%
G=34.13%
B=31.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131990.0000.070.1664.2914.2980.78
HexD4D5C70071040e51
Octal3243253070072010016121
Binary1101010011010101110001110011110000100000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D5C7; }

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

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

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

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

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

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

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

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