#D7E3CA

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

Shades of Ottoman #D7E3CA

Tints of Ottoman #D7E3CA

Color information

#D7E3CA (or 0xD7E3CA) is unknown color: approx Ottoman. HEX triplet: D7, E3 and CA. RGB value is (215,227,202). Sum of RGB (Red+Green+Blue) = 215+227+202=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E3CA is #281C35. Grayscale: #DCDCDC. Windows color (decimal): -2628662 or 13296599. OLE color: 13296599.

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

Color convert

RGB215227202-
CMYK0.0500.110.11
HSL88.8º30.86%84.12%-
HSV(B)88.8º11.01%89.02%-
XYZ66.1573.6566.61-
YUV220.56117.52124.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.39%
GREEN value IS 227 (89.06% from 255) = 35.25%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=33.39%
G=35.25%
B=31.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2152272020.0500.110.1188.830.8684.12
HexD7E3CA50BB591f54
Octal32734331250131313137124
Binary1101011111100011110010101010101110111011001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E3CA; }

 p { color: rgb(215,227,202); }

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

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

 a { background-color: rgb(215,227,202); }

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

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

 span { border-color: rgb(215,227,202); }

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