Html Css Color HEX #D1D0BE Celeste

📋 copy color: '#D1D0BE'

red 209 ◦ green 208 ◦ blue 190

#D1D0BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celeste #D1D0BE

Tints of Celeste #D1D0BE

RGB

 RED value IS 209 (82.03% from 255) = 34.43%

 GREEN value IS 208 (81.64% from 255) = 34.27%

 BLUE value IS 190 (74.61% from 255) = 31.3%

R = 34.43%
G = 34.27%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D1D0BE (or 0xD1D0BE) is known color: Celeste. HEX triplet: D1, D0 and BE. RGB value is (209,208,190). Sum of RGB (Red+Green+Blue) = 209+208+190=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0BE is #2E2F41. Grayscale: #CECECE. Windows color (decimal): -3026754 or 12505297. OLE color: 12505297.

HSL color Cylindrical-coordinate representation of color #D1D0BE: hue angle of 56.84º degrees, saturation: 0.17, 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 #D1D0BE is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 208 190 -
CMYK 0 0.00 0.09 0.18
HSL 56.84º 0.17% 0.78% -
HSV(B) 56.84º 0.09% 0.82% -
XYZ 58.14 62.38 57.69 -
YUV 206.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 209 208 190 0 0.00 0.09 0.18 56.84 0.17 0.78
Hex D1 D0 BE 0 0 9 12 39 11 4E
Octal 321 320 276 0 0 11 22 71 21 116
Binary 11010001 11010000 10111110 0 0 1001 10010 111001 10001 1001110

Color Harmonies of #D1D0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D0BE

Black with #D1D0BE

Text Example


Text Example

White with #D1D0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D0BE; }

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

 H1.HeaderClassName
 {
   color: #D1D0BE;
 }
 .AnyTagClassName
 {
   color: #D1D0BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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