#D2E6B9

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

Shades of Ottoman #D2E6B9

Tints of Ottoman #D2E6B9

Color information

#D2E6B9 (or 0xD2E6B9) is unknown color: approx Ottoman. HEX triplet: D2, E6 and B9. RGB value is (210,230,185). Sum of RGB (Red+Green+Blue) = 210+230+185=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E6B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E6B9 is #2D1946. Grayscale: #DBDBDB. Windows color (decimal): -2955591 or 12183250. OLE color: 12183250.

HSL color Cylindrical-coordinate representation of color #D2E6B9: hue angle of 86.67º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2E6B9 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB210230185-
CMYK0.0900.200.10
HSL86.67º47.37%81.37%-
HSV(B)86.67º19.57%90.2%-
XYZ63.6373.856.79-
YUV218.89108.87121.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.6%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 185 (72.66% from 255) = 29.6%
R=33.6%
G=36.8%
B=29.6%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102301850.0900.200.1086.6747.3781.37
HexD2E6B99014A572f51
Octal322346271110241212757121
Binary1101001011100110101110011001010100101010101111011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E6B9; }

 p { color: rgb(210,230,185); }

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

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

 a { background-color: rgb(210,230,185); }

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

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

 span { border-color: rgb(210,230,185); }

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