#D5E0CB

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

Shades of Ottoman #D5E0CB

Tints of Ottoman #D5E0CB

Color information

#D5E0CB (or 0xD5E0CB) is unknown color: approx Ottoman. HEX triplet: D5, E0 and CB. RGB value is (213,224,203). Sum of RGB (Red+Green+Blue) = 213+224+203=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0CB is #2A1F34. Grayscale: #DADADA. Windows color (decimal): -2760501 or 13361365. OLE color: 13361365.

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

Color convert

RGB213224203-
CMYK0.0500.090.12
HSL91.43º25.3%83.73%-
HSV(B)91.43º9.38%87.84%-
XYZ64.8871.7766.93-
YUV218.32119.36124.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 224 (87.89% from 255) = 35%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=33.28%
G=35%
B=31.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132242030.0500.090.1291.4325.383.73
HexD5E0CB509C5b1954
Octal32534031350111413331124
Binary1101010111100000110010111010100111001011011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E0CB; }

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

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

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

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

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

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

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

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