#D2D3CA

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

Shades of Celeste #D2D3CA

Tints of Celeste #D2D3CA

Color information

#D2D3CA (or 0xD2D3CA) is unknown color: approx Celeste. HEX triplet: D2, D3 and CA. RGB value is (210,211,202). Sum of RGB (Red+Green+Blue) = 210+211+202=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D3CA is #2D2C35. Grayscale: #D1D1D1. Windows color (decimal): -2960438 or 13292498. OLE color: 13292498.

HSL color Cylindrical-coordinate representation of color #D2D3CA: hue angle of 66.67º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2D3CA is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB210211202-
CMYK0.0000.040.17
HSL66.67º9.28%80.98%-
HSV(B)66.67º4.27%82.75%-
XYZ60.5364.5565.15-
YUV209.68123.67128.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.71%
GREEN value IS 211 (82.81% from 255) = 33.87%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=33.71%
G=33.87%
B=32.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2102112020.0000.040.1766.679.2880.98
HexD2D3CA0041143951
Octal3223233120042110311121
Binary1101001011010011110010100010010001100001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D3CA; }

 p { color: rgb(210,211,202); }

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

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

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

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

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

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

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