#D4D3C1

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

Shades of Celeste #D4D3C1

Tints of Celeste #D4D3C1

Color information

#D4D3C1 (or 0xD4D3C1) is unknown color: approx Celeste. HEX triplet: D4, D3 and C1. RGB value is (212,211,193). Sum of RGB (Red+Green+Blue) = 212+211+193=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D3C1 is #2B2C3E. Grayscale: #D1D1D1. Windows color (decimal): -2829375 or 12702676. OLE color: 12702676.

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

Color convert

RGB212211193-
CMYK00.000.090.17
HSL56.84º18.1%79.41%-
HSV(B)56.84º8.96%83.14%-
XYZ60.0764.4459.72-
YUV209.25118.83129.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.42%
GREEN value IS 211 (82.81% from 255) = 34.25%
BLUE value IS 193 (75.78% from 255) = 31.33%
R=34.42%
G=34.25%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221119300.000.090.1756.8418.179.41
HexD4D3C10091139124f
Octal3243233010011217122117
Binary11010100110100111100000100100110001111001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D3C1; }

 p { color: rgb(212,211,193); }

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

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

 a { background-color: rgb(212,211,193); }

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

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

 span { border-color: rgb(212,211,193); }

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