#E0CBD1

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

Shades of Prim #E0CBD1

Tints of Prim #E0CBD1

Color information

#E0CBD1 (or 0xE0CBD1) is unknown color: approx Prim. HEX triplet: E0, CB and D1. RGB value is (224,203,209). Sum of RGB (Red+Green+Blue) = 224+203+209=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBD1 is #1F342E. Grayscale: #D1D1D1. Windows color (decimal): -2044975 or 13749216. OLE color: 13749216.

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

Color convert

RGB224203209-
CMYK00.090.070.12
HSL342.86º25.3%83.73%-
HSV(B)342.86º9.38%87.84%-
XYZ63.6163.1669.16-
YUV209.96127.46138.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.22%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 209 (82.03% from 255) = 32.86%
R=35.22%
G=31.92%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420320900.090.070.12342.8625.383.73
HexE0CBD1097C1571954
Octal34031332101171452731124
Binary111000001100101111010001010011111100101010111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBD1; }

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

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

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

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

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

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

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

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