#D5E0C6

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

Shades of Ottoman #D5E0C6

Tints of Ottoman #D5E0C6

Color information

#D5E0C6 (or 0xD5E0C6) is unknown color: approx Ottoman. HEX triplet: D5, E0 and C6. RGB value is (213,224,198). Sum of RGB (Red+Green+Blue) = 213+224+198=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0C6 is #2A1F39. Grayscale: #D9D9D9. Windows color (decimal): -2760506 or 13033685. OLE color: 13033685.

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

Color convert

RGB213224198-
CMYK0.0500.120.12
HSL85.38º29.55%82.75%-
HSV(B)85.38º11.61%87.84%-
XYZ64.2971.5363.85-
YUV217.75116.86124.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 198 (77.73% from 255) = 31.18%
R=33.54%
G=35.28%
B=31.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132241980.0500.120.1285.3829.5582.75
HexD5E0C650CC551e53
Octal32534030650141412536123
Binary1101010111100000110001101010110011001010101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E0C6; }

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

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

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

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

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

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

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

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