#E5CDDB

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

Shades of Prim #E5CDDB

Tints of Prim #E5CDDB

Color information

#E5CDDB (or 0xE5CDDB) is unknown color: approx Prim. HEX triplet: E5, CD and DB. RGB value is (229,205,219). Sum of RGB (Red+Green+Blue) = 229+205+219=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDDB is #1A3224. Grayscale: #D5D5D5. Windows color (decimal): -1716773 or 14405093. OLE color: 14405093.

HSL color Cylindrical-coordinate representation of color #E5CDDB: hue angle of 325º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CDDB is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229205219-
CMYK00.100.040.10
HSL325º31.58%85.1%-
HSV(B)325º10.48%89.8%-
XYZ66.9365.4476.12-
YUV213.77130.95138.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.07%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 219 (85.94% from 255) = 33.54%
R=35.07%
G=31.39%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920521900.100.040.1032531.5885.1
HexE5CDDB0A4A1452055
Octal34531533301241250540125
Binary1110010111001101110110110101010010101010001011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CDDB; }

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

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

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

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

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

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

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

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