#D1D4BC

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

Shades of Celeste #D1D4BC

Tints of Celeste #D1D4BC

Color information

#D1D4BC (or 0xD1D4BC) is unknown color: approx Celeste. HEX triplet: D1, D4 and BC. RGB value is (209,212,188). Sum of RGB (Red+Green+Blue) = 209+212+188=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D4BC is #2E2B43. Grayscale: #D0D0D0. Windows color (decimal): -3025732 or 12375249. OLE color: 12375249.

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

Color convert

RGB209212188-
CMYK0.0100.110.17
HSL67.5º21.82%78.43%-
HSV(B)67.5º11.32%83.14%-
XYZ58.9264.2756.88-
YUV208.37116.51128.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.32%
GREEN value IS 212 (83.20% from 255) = 34.81%
BLUE value IS 188 (73.83% from 255) = 30.87%
R=34.32%
G=34.81%
B=30.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2092121880.0100.110.1767.521.8278.43
HexD1D4BC10B1144164e
Octal32132427410132110426116
Binary110100011101010010111100101011100011000100101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D4BC; }

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

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

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

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

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

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

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

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