#D2D2CA

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

Shades of Celeste #D2D2CA

Tints of Celeste #D2D2CA

Color information

#D2D2CA (or 0xD2D2CA) is unknown color: approx Celeste. HEX triplet: D2, D2 and CA. RGB value is (210,210,202). Sum of RGB (Red+Green+Blue) = 210+210+202=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D2CA is #2D2D35. Grayscale: #D1D1D1. Windows color (decimal): -2960694 or 13292242. OLE color: 13292242.

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

Color convert

RGB210210202-
CMYK000.040.18
HSL60º8.16%80.78%-
HSV(B)60º3.81%82.35%-
XYZ60.2964.0665.06-
YUV209.09124128.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 210 (82.42% from 255) = 33.76%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=33.76%
G=33.76%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210210202000.040.18608.1680.78
HexD2D2CA004123c851
Octal322322312004227410121
Binary110100101101001011001010001001001011110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D2CA; }

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

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

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

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

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

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

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

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