#D1D0BF

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

Shades of Celeste #D1D0BF

Tints of Celeste #D1D0BF

Color information

#D1D0BF (or 0xD1D0BF) is unknown color: approx Celeste. HEX triplet: D1, D0 and BF. RGB value is (209,208,191). Sum of RGB (Red+Green+Blue) = 209+208+191=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0BF is #2E2F40. Grayscale: #CECECE. Windows color (decimal): -3026753 or 12570833. OLE color: 12570833.

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

Color convert

RGB209208191-
CMYK00.000.090.18
HSL56.67º16.36%78.43%-
HSV(B)56.67º8.61%81.96%-
XYZ58.2562.4358.27-
YUV206.36119.33129.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.38%
GREEN value IS 208 (81.64% from 255) = 34.21%
BLUE value IS 191 (75% from 255) = 31.41%
R=34.38%
G=34.21%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920819100.000.090.1856.6716.3678.43
HexD1D0BF0091239104e
Octal3213202770011227120116
Binary11010001110100001011111100100110010111001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D0BF; }

 p { color: rgb(209,208,191); }

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

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

 a { background-color: rgb(209,208,191); }

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

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

 span { border-color: rgb(209,208,191); }

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