#E3CFDD

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

Shades of Prim #E3CFDD

Tints of Prim #E3CFDD

Color information

#E3CFDD (or 0xE3CFDD) is unknown color: approx Prim. HEX triplet: E3, CF and DD. RGB value is (227,207,221). Sum of RGB (Red+Green+Blue) = 227+207+221=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CFDD is #1C3022. Grayscale: #D6D6D6. Windows color (decimal): -1847331 or 14536675. OLE color: 14536675.

HSL color Cylindrical-coordinate representation of color #E3CFDD: hue angle of 318º degrees, saturation: 0.26, 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 #E3CFDD is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB227207221-
CMYK00.090.030.11
HSL318º26.32%85.1%-
HSV(B)318º8.81%89.02%-
XYZ67.0466.1877.65-
YUV214.58131.63136.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.66%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 221 (86.72% from 255) = 33.74%
R=34.66%
G=31.60%
B=33.74%

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
Decimal22720722100.090.030.1131826.3285.1
HexE3CFDD093B13e1a55
Octal34331733501131347632125
Binary11100011110011111101110101001111011100111110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CFDD; }

 p { color: rgb(227,207,221); }

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

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

 a { background-color: rgb(227,207,221); }

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

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

 span { border-color: rgb(227,207,221); }

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