Html Css Color HEX #D0E2BD Ottoman

📋 copy color: '#D0E2BD'

red 208 ◦ green 226 ◦ blue 189

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

Shades of Ottoman #D0E2BD

Tints of Ottoman #D0E2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.34%

R = 33.39%
G = 36.28%
B = 30.34%

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

#D0E2BD (or 0xD0E2BD) is known color: Ottoman. HEX triplet: D0, E2 and BD. RGB value is (208,226,189). Sum of RGB (Red+Green+Blue) = 208+226+189=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E2BD is #2F1D42. Grayscale: #D8D8D8. Windows color (decimal): -3087683 or 12444368. OLE color: 12444368.

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

Color convert

RGB 208 226 189 -
CMYK 0.08 0 0.16 0.11
HSL 89.19º 0.39% 0.81% -
HSV(B) 89.19º 0.16% 0.89% -
XYZ 62.39 71.48 58.65 -
YUV 216.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 208 226 189 0.08 0 0.16 0.11 89.19 0.39 0.81
Hex D0 E2 BD 8 0 10 B 59 27 51
Octal 320 342 275 10 0 20 13 131 47 121
Binary 11010000 11100010 10111101 1000 0 10000 1011 1011001 100111 1010001

Color Harmonies of #D0E2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E2BD

Black with #D0E2BD

Text Example


Text Example

White with #D0E2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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