#D5E1C8

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

Shades of Ottoman #D5E1C8

Tints of Ottoman #D5E1C8

Color information

#D5E1C8 (or 0xD5E1C8) is unknown color: approx Ottoman. HEX triplet: D5, E1 and C8. RGB value is (213,225,200). Sum of RGB (Red+Green+Blue) = 213+225+200=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1C8 is #2A1E37. Grayscale: #DADADA. Windows color (decimal): -2760248 or 13165013. OLE color: 13165013.

HSL color Cylindrical-coordinate representation of color #D5E1C8: hue angle of 88.8º 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 #D5E1C8 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB213225200-
CMYK0.0500.110.12
HSL88.8º29.41%83.33%-
HSV(B)88.8º11.11%88.24%-
XYZ64.7972.1765.16-
YUV218.56117.52124.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.39%
GREEN value IS 225 (88.28% from 255) = 35.27%
BLUE value IS 200 (78.52% from 255) = 31.35%
R=33.39%
G=35.27%
B=31.35%

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
Decimal2132252000.0500.110.1288.829.4183.33
HexD5E1C850BC591d53
Octal32534131050131413135123
Binary1101010111100001110010001010101111001011001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E1C8; }

 p { color: rgb(213,225,200); }

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

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

 a { background-color: rgb(213,225,200); }

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

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

 span { border-color: rgb(213,225,200); }

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