#D3E3C8

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

Shades of Ottoman #D3E3C8

Tints of Ottoman #D3E3C8

Color information

#D3E3C8 (or 0xD3E3C8) is unknown color: approx Ottoman. HEX triplet: D3, E3 and C8. RGB value is (211,227,200). Sum of RGB (Red+Green+Blue) = 211+227+200=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E3C8 is #2C1C37. Grayscale: #DBDBDB. Windows color (decimal): -2890808 or 13165523. OLE color: 13165523.

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

Color convert

RGB211227200-
CMYK0.0700.120.11
HSL95.56º32.53%83.73%-
HSV(B)95.56º11.89%89.02%-
XYZ64.7672.9665.31-
YUV219.14117.2122.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.07%
GREEN value IS 227 (89.06% from 255) = 35.58%
BLUE value IS 200 (78.52% from 255) = 31.35%
R=33.07%
G=35.58%
B=31.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112272000.0700.120.1195.5632.5383.73
HexD3E3C870CB602154
Octal32334331070141314041124
Binary11010011111000111100100011101100101111000001000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E3C8; }

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

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

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

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

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

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

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

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