#E1CFDB

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

Shades of Prim #E1CFDB

Tints of Prim #E1CFDB

Color information

#E1CFDB (or 0xE1CFDB) is unknown color: approx Prim. HEX triplet: E1, CF and DB. RGB value is (225,207,219). Sum of RGB (Red+Green+Blue) = 225+207+219=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFDB is #1E3024. Grayscale: #D5D5D5. Windows color (decimal): -1978405 or 14405601. OLE color: 14405601.

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

Color convert

RGB225207219-
CMYK00.080.030.12
HSL320º23.08%84.71%-
HSV(B)320º8%88.24%-
XYZ66.1565.7576.22-
YUV213.75130.96136.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.56%
GREEN value IS 207 (81.25% from 255) = 31.80%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=34.56%
G=31.80%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520721900.080.030.1232023.0884.71
HexE1CFDB083C1401755
Octal34131733301031450027125
Binary11100001110011111101101101000111100101000000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFDB; }

 p { color: rgb(225,207,219); }

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

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

 a { background-color: rgb(225,207,219); }

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

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

 span { border-color: rgb(225,207,219); }

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