Html Css Color HEX #D2E0BE Ottoman

📋 copy color: '#D2E0BE'

red 210 ◦ green 224 ◦ blue 190

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

Shades of Ottoman #D2E0BE

Tints of Ottoman #D2E0BE

RGB

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

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

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

R = 33.65%
G = 35.9%
B = 30.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#D2E0BE (or 0xD2E0BE) is known color: Ottoman. HEX triplet: D2, E0 and BE. RGB value is (210,224,190). Sum of RGB (Red+Green+Blue) = 210+224+190=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E0BE is #2D1F41. Grayscale: #D8D8D8. Windows color (decimal): -2957122 or 12509394. OLE color: 12509394.

HSL color Cylindrical-coordinate representation of color #D2E0BE: hue angle of 84.71º 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 #D2E0BE is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 224 190 -
CMYK 0.06 0 0.15 0.12
HSL 84.71º 0.35% 0.81% -
HSV(B) 84.71º 0.15% 0.88% -
XYZ 62.53 70.73 59.07 -
YUV 215.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 210 224 190 0.06 0 0.15 0.12 84.71 0.35 0.81
Hex D2 E0 BE 6 0 F C 55 23 51
Octal 322 340 276 6 0 17 14 125 43 121
Binary 11010010 11100000 10111110 110 0 1111 1100 1010101 100011 1010001

Color Harmonies of #D2E0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E0BE

Black with #D2E0BE

Text Example


Text Example

White with #D2E0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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