#D0DBBF

Color #D0DBBF Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #D0DBBF

Tints of Ottoman #D0DBBF

Color information

#D0DBBF (or 0xD0DBBF) is unknown color: approx Ottoman. HEX triplet: D0, DB and BF. RGB value is (208,219,191). Sum of RGB (Red+Green+Blue) = 208+219+191=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBBF is #2F2440. Grayscale: #D4D4D4. Windows color (decimal): -3089473 or 12573648. OLE color: 12573648.

HSL color Cylindrical-coordinate representation of color #D0DBBF: hue angle of 83.57º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0DBBF is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB208219191-
CMYK0.0500.130.14
HSL83.57º28%80.39%-
HSV(B)83.57º12.79%85.88%-
XYZ60.7567.8359.18-
YUV212.52115.86124.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 191 (75% from 255) = 30.91%
R=33.66%
G=35.44%
B=30.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082191910.0500.130.1483.572880.39
HexD0DBBF50DE541c50
Octal32033327750151612434120
Binary1101000011011011101111111010110111101010100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBBF; }

 p { color: rgb(208,219,191); }

 H1.HeaderClassName
 {
   color: #D0DBBF;
 }
 .AnyTagClassName
 {
   color: #D0DBBF;
 }
</style>
background-color css

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

 a { background-color: rgb(208,219,191); }

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

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

 span { border-color: rgb(208,219,191); }

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