#D5E3C3

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

Shades of Ottoman #D5E3C3

Tints of Ottoman #D5E3C3

Color information

#D5E3C3 (or 0xD5E3C3) is unknown color: approx Ottoman. HEX triplet: D5, E3 and C3. RGB value is (213,227,195). Sum of RGB (Red+Green+Blue) = 213+227+195=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E3C3 is #2A1C3C. Grayscale: #DBDBDB. Windows color (decimal): -2759741 or 12837845. OLE color: 12837845.

HSL color Cylindrical-coordinate representation of color #D5E3C3: hue angle of 86.25º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5E3C3 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB213227195-
CMYK0.0600.140.11
HSL86.25º36.36%82.75%-
HSV(B)86.25º14.1%89.02%-
XYZ64.7673.0262.31-
YUV219.17114.36123.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 227 (89.06% from 255) = 35.75%
BLUE value IS 195 (76.56% from 255) = 30.71%
R=33.54%
G=35.75%
B=30.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132271950.0600.140.1186.2536.3682.75
HexD5E3C360EB562453
Octal32534330360161312644123
Binary11010101111000111100001111001110101110101101001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E3C3; }

 p { color: rgb(213,227,195); }

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

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

 a { background-color: rgb(213,227,195); }

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

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

 span { border-color: rgb(213,227,195); }

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