#D5E1CA

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

Shades of Ottoman #D5E1CA

Tints of Ottoman #D5E1CA

Color information

#D5E1CA (or 0xD5E1CA) is unknown color: approx Ottoman. HEX triplet: D5, E1 and CA. RGB value is (213,225,202). Sum of RGB (Red+Green+Blue) = 213+225+202=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1CA is #2A1E35. Grayscale: #DADADA. Windows color (decimal): -2760246 or 13296085. OLE color: 13296085.

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

Color convert

RGB213225202-
CMYK0.0500.100.12
HSL91.3º27.71%83.73%-
HSV(B)91.3º10.22%88.24%-
XYZ65.0372.2666.4-
YUV218.79118.52123.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 225 (88.28% from 255) = 35.16%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=33.28%
G=35.16%
B=31.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132252020.0500.100.1291.327.7183.73
HexD5E1CA50AC5b1c54
Octal32534131250121413334124
Binary1101010111100001110010101010101011001011011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E1CA; }

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

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

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

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

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

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

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

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