#D2D1C1

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

Shades of Celeste #D2D1C1

Tints of Celeste #D2D1C1

Color information

#D2D1C1 (or 0xD2D1C1) is unknown color: approx Celeste. HEX triplet: D2, D1 and C1. RGB value is (210,209,193). Sum of RGB (Red+Green+Blue) = 210+209+193=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D1C1 is #2D2E3E. Grayscale: #CFCFCF. Windows color (decimal): -2960959 or 12702162. OLE color: 12702162.

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

Color convert

RGB210209193-
CMYK00.000.080.18
HSL56.47º15.89%79.02%-
HSV(B)56.47º8.1%82.35%-
XYZ5963.1559.53-
YUV207.48119.83129.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.31%
GREEN value IS 209 (82.03% from 255) = 34.15%
BLUE value IS 193 (75.78% from 255) = 31.54%
R=34.31%
G=34.15%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020919300.000.080.1856.4715.8979.02
HexD2D1C10081238104f
Octal3223213010010227020117
Binary11010010110100011100000100100010010111000100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D1C1; }

 p { color: rgb(210,209,193); }

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

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

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

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

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

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

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