Html Css Color HEX #D2E2BA Ottoman

📋 copy color: '#D2E2BA'

red 210 ◦ green 226 ◦ blue 186

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

Shades of Ottoman #D2E2BA

Tints of Ottoman #D2E2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.9%

R = 33.76%
G = 36.33%
B = 29.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#D2E2BA (or 0xD2E2BA) is known color: Ottoman. HEX triplet: D2, E2 and BA. RGB value is (210,226,186). Sum of RGB (Red+Green+Blue) = 210+226+186=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E2BA is #2D1D45. Grayscale: #D8D8D8. Windows color (decimal): -2956614 or 12247762. OLE color: 12247762.

HSL color Cylindrical-coordinate representation of color #D2E2BA: hue angle of 84º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2E2BA is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 226 186 -
CMYK 0.07 0 0.18 0.11
HSL 84º 0.41% 0.81% -
HSV(B) 84º 0.18% 0.89% -
XYZ 62.64 71.64 56.98 -
YUV 216.66 110.7 123.25 -
System Red Green Blue C M Y K H S L
Decimal 210 226 186 0.07 0 0.18 0.11 84 0.41 0.81
Hex D2 E2 BA 7 0 12 B 54 29 51
Octal 322 342 272 7 0 22 13 124 51 121
Binary 11010010 11100010 10111010 111 0 10010 1011 1010100 101001 1010001

Color Harmonies of #D2E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E2BA

Black with #D2E2BA

Text Example


Text Example

White with #D2E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E2BA; }

 p { color: rgb(210,226,186); }

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

background-color css

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

 a { background-color: rgb(210,226,186); }

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

border-color css

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

 span { border-color: rgb(210,226,186); }

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