#E9CFD8

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

Shades of Prim #E9CFD8

Tints of Prim #E9CFD8

Color information

#E9CFD8 (or 0xE9CFD8) is unknown color: approx Prim. HEX triplet: E9, CF and D8. RGB value is (233,207,216). Sum of RGB (Red+Green+Blue) = 233+207+216=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFD8 is #163027. Grayscale: #D7D7D7. Windows color (decimal): -1454120 or 14209001. OLE color: 14209001.

HSL color Cylindrical-coordinate representation of color #E9CFD8: hue angle of 339.23º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9CFD8 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB233207216-
CMYK00.110.070.09
HSL339.23º37.14%86.27%-
HSV(B)339.23º11.16%91.37%-
XYZ68.3166.9174.28-
YUV215.8128.11140.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.52%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 216 (84.77% from 255) = 32.93%
R=35.52%
G=31.55%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320721600.110.070.09339.2337.1486.27
HexE9CFD80B791532556
Octal35131733001371152345126
Binary1110100111001111110110000101111110011010100111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFD8; }

 p { color: rgb(233,207,216); }

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

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

 a { background-color: rgb(233,207,216); }

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

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

 span { border-color: rgb(233,207,216); }

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