#D5E0C7

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

Shades of Ottoman #D5E0C7

Tints of Ottoman #D5E0C7

Color information

#D5E0C7 (or 0xD5E0C7) is unknown color: approx Ottoman. HEX triplet: D5, E0 and C7. RGB value is (213,224,199). Sum of RGB (Red+Green+Blue) = 213+224+199=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0C7 is #2A1F38. Grayscale: #D9D9D9. Windows color (decimal): -2760505 or 13099221. OLE color: 13099221.

HSL color Cylindrical-coordinate representation of color #D5E0C7: hue angle of 86.4º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5E0C7 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB213224199-
CMYK0.0500.110.12
HSL86.4º28.74%82.94%-
HSV(B)86.4º11.16%87.84%-
XYZ64.4171.5864.45-
YUV217.86117.36124.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 224 (87.89% from 255) = 35.22%
BLUE value IS 199 (78.12% from 255) = 31.29%
R=33.49%
G=35.22%
B=31.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132241990.0500.110.1286.428.7482.94
HexD5E0C750BC561d53
Octal32534030750131412635123
Binary1101010111100000110001111010101111001010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E0C7; }

 p { color: rgb(213,224,199); }

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

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

 a { background-color: rgb(213,224,199); }

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

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

 span { border-color: rgb(213,224,199); }

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