#D2E0BC

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

Shades of Ottoman #D2E0BC

Tints of Ottoman #D2E0BC

Color information

#D2E0BC (or 0xD2E0BC) is unknown color: approx Ottoman. HEX triplet: D2, E0 and BC. RGB value is (210,224,188). Sum of RGB (Red+Green+Blue) = 210+224+188=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E0BC is #2D1F43. Grayscale: #D7D7D7. Windows color (decimal): -2957124 or 12378322. OLE color: 12378322.

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

Color convert

RGB210224188-
CMYK0.0600.160.12
HSL83.33º36.73%80.78%-
HSV(B)83.33º16.07%87.84%-
XYZ62.3170.6457.93-
YUV215.71112.36123.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=33.76%
G=36.01%
B=30.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102241880.0600.160.1283.3336.7380.78
HexD2E0BC6010C532551
Octal32234027460201412345121
Binary110100101110000010111100110010000110010100111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E0BC; }

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

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

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

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

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

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

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

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