#D3E3C6

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

Shades of Ottoman #D3E3C6

Tints of Ottoman #D3E3C6

Color information

#D3E3C6 (or 0xD3E3C6) is unknown color: approx Ottoman. HEX triplet: D3, E3 and C6. RGB value is (211,227,198). Sum of RGB (Red+Green+Blue) = 211+227+198=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E3C6 is #2C1C39. Grayscale: #DBDBDB. Windows color (decimal): -2890810 or 13034451. OLE color: 13034451.

HSL color Cylindrical-coordinate representation of color #D3E3C6: hue angle of 93.1º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3E3C6 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB211227198-
CMYK0.0700.130.11
HSL93.1º34.12%83.33%-
HSV(B)93.1º12.78%89.02%-
XYZ64.5372.8664.09-
YUV218.91116.2122.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.18%
GREEN value IS 227 (89.06% from 255) = 35.69%
BLUE value IS 198 (77.73% from 255) = 31.13%
R=33.18%
G=35.69%
B=31.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112271980.0700.130.1193.134.1283.33
HexD3E3C670DB5d2253
Octal32334330670151313542123
Binary11010011111000111100011011101101101110111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E3C6; }

 p { color: rgb(211,227,198); }

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

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

 a { background-color: rgb(211,227,198); }

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

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

 span { border-color: rgb(211,227,198); }

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