#D5E3CA

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

Shades of Ottoman #D5E3CA

Tints of Ottoman #D5E3CA

Color information

#D5E3CA (or 0xD5E3CA) is unknown color: approx Ottoman. HEX triplet: D5, E3 and CA. RGB value is (213,227,202). Sum of RGB (Red+Green+Blue) = 213+227+202=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E3CA is #2A1C35. Grayscale: #DCDCDC. Windows color (decimal): -2759734 or 13296597. OLE color: 13296597.

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

Color convert

RGB213227202-
CMYK0.0600.110.11
HSL93.6º30.86%84.12%-
HSV(B)93.6º11.01%89.02%-
XYZ65.5773.3566.58-
YUV219.96117.86123.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.18%
GREEN value IS 227 (89.06% from 255) = 35.36%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=33.18%
G=35.36%
B=31.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132272020.0600.110.1193.630.8684.12
HexD5E3CA60BB5e1f54
Octal32534331260131313637124
Binary1101010111100011110010101100101110111011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E3CA; }

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

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

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

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

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

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

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

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