#D2E6BD

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

Shades of Ottoman #D2E6BD

Tints of Ottoman #D2E6BD

Color information

#D2E6BD (or 0xD2E6BD) is unknown color: approx Ottoman. HEX triplet: D2, E6 and BD. RGB value is (210,230,189). Sum of RGB (Red+Green+Blue) = 210+230+189=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E6BD is #2D1942. Grayscale: #DBDBDB. Windows color (decimal): -2955587 or 12445394. OLE color: 12445394.

HSL color Cylindrical-coordinate representation of color #D2E6BD: hue angle of 89.27º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2E6BD is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB210230189-
CMYK0.0900.180.10
HSL89.27º45.05%82.16%-
HSV(B)89.27º17.83%90.2%-
XYZ64.0673.9759.05-
YUV219.35110.87121.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 230 (90.23% from 255) = 36.57%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=33.39%
G=36.57%
B=30.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102301890.0900.180.1089.2745.0582.16
HexD2E6BD9012A592d52
Octal322346275110221213155122
Binary1101001011100110101111011001010010101010110011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E6BD; }

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

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

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

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

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

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

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

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