#D4D6BF

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

Shades of Celeste #D4D6BF

Tints of Celeste #D4D6BF

Color information

#D4D6BF (or 0xD4D6BF) is unknown color: approx Celeste. HEX triplet: D4, D6 and BF. RGB value is (212,214,191). Sum of RGB (Red+Green+Blue) = 212+214+191=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D6BF is #2B2940. Grayscale: #D2D2D2. Windows color (decimal): -2828609 or 12572372. OLE color: 12572372.

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

Color convert

RGB212214191-
CMYK0.0100.110.16
HSL65.22º21.9%79.41%-
HSV(B)65.22º10.75%83.92%-
XYZ60.665.8558.81-
YUV210.78116.84128.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 214 (83.98% from 255) = 34.68%
BLUE value IS 191 (75% from 255) = 30.96%
R=34.36%
G=34.68%
B=30.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141910.0100.110.1665.2221.979.41
HexD4D6BF10B1041164f
Octal32432627710132010126117
Binary110101001101011010111111101011100001000001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D6BF; }

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

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

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

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

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

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

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

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