Html Css Color HEX #D1DEBB Ottoman

📋 copy color: '#D1DEBB'

red 209 ◦ green 222 ◦ blue 187

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

Shades of Ottoman #D1DEBB

Tints of Ottoman #D1DEBB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.92%

 BLUE value IS 187 (73.44% from 255) = 30.26%

R = 33.82%
G = 35.92%
B = 30.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#D1DEBB (or 0xD1DEBB) is known color: Ottoman. HEX triplet: D1, DE and BB. RGB value is (209,222,187). Sum of RGB (Red+Green+Blue) = 209+222+187=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DEBB is #2E2144. Grayscale: #D6D6D6. Windows color (decimal): -3023173 or 12312273. OLE color: 12312273.

HSL color Cylindrical-coordinate representation of color #D1DEBB: hue angle of 82.29º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1DEBB is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 222 187 -
CMYK 0.06 0 0.16 0.13
HSL 82.29º 0.35% 0.8% -
HSV(B) 82.29º 0.16% 0.87% -
XYZ 61.39 69.39 57.17 -
YUV 214.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 209 222 187 0.06 0 0.16 0.13 82.29 0.35 0.8
Hex D1 DE BB 6 0 10 D 52 23 50
Octal 321 336 273 6 0 20 15 122 43 120
Binary 11010001 11011110 10111011 110 0 10000 1101 1010010 100011 1010000

Color Harmonies of #D1DEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DEBB

Black with #D1DEBB

Text Example


Text Example

White with #D1DEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DEBB; }

 p { color: rgb(209,222,187); }

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

background-color css

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

 a { background-color: rgb(209,222,187); }

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

border-color css

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

 span { border-color: rgb(209,222,187); }

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