Html Css Color HEX #D0E0BD Ottoman

📋 copy color: '#D0E0BD'

red 208 ◦ green 224 ◦ blue 189

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

Shades of Ottoman #D0E0BD

Tints of Ottoman #D0E0BD

RGB

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

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

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

R = 33.49%
G = 36.07%
B = 30.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#D0E0BD (or 0xD0E0BD) is known color: Ottoman. HEX triplet: D0, E0 and BD. RGB value is (208,224,189). Sum of RGB (Red+Green+Blue) = 208+224+189=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0BD is #2F1F42. Grayscale: #D7D7D7. Windows color (decimal): -3088195 or 12443856. OLE color: 12443856.

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

Color convert

RGB 208 224 189 -
CMYK 0.07 0 0.16 0.12
HSL 87.43º 0.36% 0.81% -
HSV(B) 87.43º 0.16% 0.88% -
XYZ 61.85 70.4 58.47 -
YUV 215.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 208 224 189 0.07 0 0.16 0.12 87.43 0.36 0.81
Hex D0 E0 BD 7 0 10 C 57 24 51
Octal 320 340 275 7 0 20 14 127 44 121
Binary 11010000 11100000 10111101 111 0 10000 1100 1010111 100100 1010001

Color Harmonies of #D0E0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E0BD

Black with #D0E0BD

Text Example


Text Example

White with #D0E0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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