#D4D6BC

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

Shades of Celeste #D4D6BC

Tints of Celeste #D4D6BC

Color information

#D4D6BC (or 0xD4D6BC) is unknown color: approx Celeste. HEX triplet: D4, D6 and BC. RGB value is (212,214,188). Sum of RGB (Red+Green+Blue) = 212+214+188=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D6BC is #2B2943. Grayscale: #D2D2D2. Windows color (decimal): -2828612 or 12375764. OLE color: 12375764.

HSL color Cylindrical-coordinate representation of color #D4D6BC: hue angle of 64.62º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4D6BC is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB212214188-
CMYK0.0100.120.16
HSL64.62º24.07%78.82%-
HSV(B)64.62º12.15%83.92%-
XYZ60.2865.7257.09-
YUV210.44115.34129.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.53%
GREEN value IS 214 (83.98% from 255) = 34.85%
BLUE value IS 188 (73.83% from 255) = 30.62%
R=34.53%
G=34.85%
B=30.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141880.0100.120.1664.6224.0778.82
HexD4D6BC10C1041184f
Octal32432627410142010130117
Binary110101001101011010111100101100100001000001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D6BC; }

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

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

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

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

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

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

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

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