#E2CDDB

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

Shades of Prim #E2CDDB

Tints of Prim #E2CDDB

Color information

#E2CDDB (or 0xE2CDDB) is unknown color: approx Prim. HEX triplet: E2, CD and DB. RGB value is (226,205,219). Sum of RGB (Red+Green+Blue) = 226+205+219=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDDB is #1D3224. Grayscale: #D4D4D4. Windows color (decimal): -1913381 or 14405090. OLE color: 14405090.

HSL color Cylindrical-coordinate representation of color #E2CDDB: hue angle of 320º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CDDB is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226205219-
CMYK00.090.030.11
HSL320º26.58%84.51%-
HSV(B)320º9.29%88.63%-
XYZ65.9864.9576.08-
YUV212.88131.46137.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 205 (80.47% from 255) = 31.54%
BLUE value IS 219 (85.94% from 255) = 33.69%
R=34.77%
G=31.54%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620521900.090.030.1132026.5884.51
HexE2CDDB093B1401b55
Octal34231533301131350033125
Binary11100010110011011101101101001111011101000000110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDDB; }

 p { color: rgb(226,205,219); }

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

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

 a { background-color: rgb(226,205,219); }

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

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

 span { border-color: rgb(226,205,219); }

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