Html Css Color HEX #D0DFBE Ottoman

📋 copy color: '#D0DFBE'

red 208 ◦ green 223 ◦ blue 190

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

Shades of Ottoman #D0DFBE

Tints of Ottoman #D0DFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.91%

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

R = 33.49%
G = 35.91%
B = 30.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#D0DFBE (or 0xD0DFBE) is known color: Ottoman. HEX triplet: D0, DF and BE. RGB value is (208,223,190). Sum of RGB (Red+Green+Blue) = 208+223+190=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFBE is #2F2041. Grayscale: #D6D6D6. Windows color (decimal): -3088450 or 12509136. OLE color: 12509136.

HSL color Cylindrical-coordinate representation of color #D0DFBE: hue angle of 87.27º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0DFBE is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 223 190 -
CMYK 0.07 0 0.15 0.13
HSL 87.27º 0.34% 0.81% -
HSV(B) 87.27º 0.15% 0.87% -
XYZ 61.69 69.9 58.96 -
YUV 214.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 208 223 190 0.07 0 0.15 0.13 87.27 0.34 0.81
Hex D0 DF BE 7 0 F D 57 22 51
Octal 320 337 276 7 0 17 15 127 42 121
Binary 11010000 11011111 10111110 111 0 1111 1101 1010111 100010 1010001

Color Harmonies of #D0DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DFBE

Black with #D0DFBE

Text Example


Text Example

White with #D0DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DFBE; }

 p { color: rgb(208,223,190); }

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

background-color css

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

 a { background-color: rgb(208,223,190); }

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

border-color css

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

 span { border-color: rgb(208,223,190); }

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