#D4D6C0

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

Shades of Celeste #D4D6C0

Tints of Celeste #D4D6C0

Color information

#D4D6C0 (or 0xD4D6C0) is unknown color: approx Celeste. HEX triplet: D4, D6 and C0. RGB value is (212,214,192). Sum of RGB (Red+Green+Blue) = 212+214+192=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D6C0 is #2B293F. Grayscale: #D2D2D2. Windows color (decimal): -2828608 or 12637908. OLE color: 12637908.

HSL color Cylindrical-coordinate representation of color #D4D6C0: hue angle of 65.45º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4D6C0 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB212214192-
CMYK0.0100.100.16
HSL65.45º21.15%79.61%-
HSV(B)65.45º10.28%83.92%-
XYZ60.7165.959.39-
YUV210.89117.34128.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.30%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 192 (75.39% from 255) = 31.07%
R=34.30%
G=34.63%
B=31.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141920.0100.100.1665.4521.1579.61
HexD4D6C010A10411550
Octal32432630010122010125120
Binary110101001101011011000000101010100001000001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D6C0; }

 p { color: rgb(212,214,192); }

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

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

 a { background-color: rgb(212,214,192); }

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

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

 span { border-color: rgb(212,214,192); }

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