Html Css Color HEX #D0DFBB Ottoman

📋 copy color: '#D0DFBB'

red 208 ◦ green 223 ◦ blue 187

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

Shades of Ottoman #D0DFBB

Tints of Ottoman #D0DFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.26%

R = 33.66%
G = 36.08%
B = 30.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#D0DFBB (or 0xD0DFBB) is known color: Ottoman. HEX triplet: D0, DF and BB. RGB value is (208,223,187). Sum of RGB (Red+Green+Blue) = 208+223+187=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFBB is #2F2044. Grayscale: #D6D6D6. Windows color (decimal): -3088453 or 12312528. OLE color: 12312528.

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

Color convert

RGB 208 223 187 -
CMYK 0.07 0 0.16 0.13
HSL 85º 0.36% 0.8% -
HSV(B) 85º 0.16% 0.87% -
XYZ 61.37 69.77 57.25 -
YUV 214.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 208 223 187 0.07 0 0.16 0.13 85 0.36 0.8
Hex D0 DF BB 7 0 10 D 55 24 50
Octal 320 337 273 7 0 20 15 125 44 120
Binary 11010000 11011111 10111011 111 0 10000 1101 1010101 100100 1010000

Color Harmonies of #D0DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DFBB

Black with #D0DFBB

Text Example


Text Example

White with #D0DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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