Html Css Color HEX #D0E0BC Ottoman

📋 copy color: '#D0E0BC'

red 208 ◦ green 224 ◦ blue 188

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

Shades of Ottoman #D0E0BC

Tints of Ottoman #D0E0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.32%

R = 33.55%
G = 36.13%
B = 30.32%

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

#D0E0BC (or 0xD0E0BC) is known color: Ottoman. HEX triplet: D0, E0 and BC. RGB value is (208,224,188). Sum of RGB (Red+Green+Blue) = 208+224+188=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0BC is #2F1F43. Grayscale: #D7D7D7. Windows color (decimal): -3088196 or 12378320. OLE color: 12378320.

HSL color Cylindrical-coordinate representation of color #D0E0BC: hue angle of 86.67º degrees, saturation: 0.37, 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 #D0E0BC is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 188 -
CMYK 0.07 0 0.16 0.12
HSL 86.67º 0.37% 0.81% -
HSV(B) 86.67º 0.16% 0.88% -
XYZ 61.75 70.35 57.9 -
YUV 215.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 208 224 188 0.07 0 0.16 0.12 86.67 0.37 0.81
Hex D0 E0 BC 7 0 10 C 57 25 51
Octal 320 340 274 7 0 20 14 127 45 121
Binary 11010000 11100000 10111100 111 0 10000 1100 1010111 100101 1010001

Color Harmonies of #D0E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E0BC

Black with #D0E0BC

Text Example


Text Example

White with #D0E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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