Html Css Color HEX #D0E2BE Ottoman

📋 copy color: '#D0E2BE'

red 208 ◦ green 226 ◦ blue 190

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

Shades of Ottoman #D0E2BE

Tints of Ottoman #D0E2BE

RGB

 RED value IS 208 (81.64% from 255) = 33.33%

 GREEN value IS 226 (88.67% from 255) = 36.22%

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

R = 33.33%
G = 36.22%
B = 30.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#D0E2BE (or 0xD0E2BE) is known color: Ottoman. HEX triplet: D0, E2 and BE. RGB value is (208,226,190). Sum of RGB (Red+Green+Blue) = 208+226+190=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E2BE is #2F1D41. Grayscale: #D8D8D8. Windows color (decimal): -3087682 or 12509904. OLE color: 12509904.

HSL color Cylindrical-coordinate representation of color #D0E2BE: hue angle of 90º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0E2BE is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 226 190 -
CMYK 0.08 0 0.16 0.11
HSL 90º 0.38% 0.82% -
HSV(B) 90º 0.16% 0.89% -
XYZ 62.5 71.52 59.23 -
YUV 216.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 208 226 190 0.08 0 0.16 0.11 90 0.38 0.82
Hex D0 E2 BE 8 0 10 B 5A 26 52
Octal 320 342 276 10 0 20 13 132 46 122
Binary 11010000 11100010 10111110 1000 0 10000 1011 1011010 100110 1010010

Color Harmonies of #D0E2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E2BE

Black with #D0E2BE

Text Example


Text Example

White with #D0E2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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