Html Css Color HEX #D0E0BE Ottoman

📋 copy color: '#D0E0BE'

red 208 ◦ green 224 ◦ blue 190

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

Shades of Ottoman #D0E0BE

Tints of Ottoman #D0E0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.01%

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

R = 33.44%
G = 36.01%
B = 30.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#D0E0BE (or 0xD0E0BE) is known color: Ottoman. HEX triplet: D0, E0 and BE. RGB value is (208,224,190). Sum of RGB (Red+Green+Blue) = 208+224+190=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0BE is #2F1F41. Grayscale: #D7D7D7. Windows color (decimal): -3088194 or 12509392. OLE color: 12509392.

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

Color convert

RGB 208 224 190 -
CMYK 0.07 0 0.15 0.12
HSL 88.24º 0.35% 0.81% -
HSV(B) 88.24º 0.15% 0.88% -
XYZ 61.96 70.44 59.05 -
YUV 215.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 208 224 190 0.07 0 0.15 0.12 88.24 0.35 0.81
Hex D0 E0 BE 7 0 F C 58 23 51
Octal 320 340 276 7 0 17 14 130 43 121
Binary 11010000 11100000 10111110 111 0 1111 1100 1011000 100011 1010001

Color Harmonies of #D0E0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E0BE

Black with #D0E0BE

Text Example


Text Example

White with #D0E0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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