Html Css Color HEX #D2E1BB Ottoman

📋 copy color: '#D2E1BB'

red 210 ◦ green 225 ◦ blue 187

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

Shades of Ottoman #D2E1BB

Tints of Ottoman #D2E1BB

RGB

 RED value IS 210 (82.42% from 255) = 33.76%

 GREEN value IS 225 (88.28% from 255) = 36.17%

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

R = 33.76%
G = 36.17%
B = 30.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#D2E1BB (or 0xD2E1BB) is known color: Ottoman. HEX triplet: D2, E1 and BB. RGB value is (210,225,187). Sum of RGB (Red+Green+Blue) = 210+225+187=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1BB is #2D1E44. Grayscale: #D8D8D8. Windows color (decimal): -2956869 or 12313042. OLE color: 12313042.

HSL color Cylindrical-coordinate representation of color #D2E1BB: hue angle of 83.68º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2E1BB is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 187 -
CMYK 0.07 0 0.17 0.12
HSL 83.68º 0.39% 0.81% -
HSV(B) 83.68º 0.17% 0.88% -
XYZ 62.47 71.14 57.45 -
YUV 216.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 210 225 187 0.07 0 0.17 0.12 83.68 0.39 0.81
Hex D2 E1 BB 7 0 11 C 54 27 51
Octal 322 341 273 7 0 21 14 124 47 121
Binary 11010010 11100001 10111011 111 0 10001 1100 1010100 100111 1010001

Color Harmonies of #D2E1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E1BB

Black with #D2E1BB

Text Example


Text Example

White with #D2E1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E1BB; }

 p { color: rgb(210,225,187); }

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

background-color css

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

 a { background-color: rgb(210,225,187); }

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

border-color css

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

 span { border-color: rgb(210,225,187); }

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