#D3E0BF

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

Shades of Ottoman #D3E0BF

Tints of Ottoman #D3E0BF

Color information

#D3E0BF (or 0xD3E0BF) is unknown color: approx Ottoman. HEX triplet: D3, E0 and BF. RGB value is (211,224,191). Sum of RGB (Red+Green+Blue) = 211+224+191=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E0BF is #2C1F40. Grayscale: #D8D8D8. Windows color (decimal): -2891585 or 12574931. OLE color: 12574931.

HSL color Cylindrical-coordinate representation of color #D3E0BF: hue angle of 83.64º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3E0BF is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB211224191-
CMYK0.0600.150.12
HSL83.64º34.74%81.37%-
HSV(B)83.64º14.73%87.84%-
XYZ62.9270.9259.66-
YUV216.35113.69124.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.71%
GREEN value IS 224 (87.89% from 255) = 35.78%
BLUE value IS 191 (75% from 255) = 30.51%
R=33.71%
G=35.78%
B=30.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112241910.0600.150.1283.6434.7481.37
HexD3E0BF60FC542351
Octal32334027760171412443121
Binary11010011111000001011111111001111110010101001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E0BF; }

 p { color: rgb(211,224,191); }

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

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

 a { background-color: rgb(211,224,191); }

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

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

 span { border-color: rgb(211,224,191); }

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