#E1CFE9

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

Shades of Blue Chalk #E1CFE9

Tints of Blue Chalk #E1CFE9

Color information

#E1CFE9 (or 0xE1CFE9) is unknown color: approx Blue Chalk. HEX triplet: E1, CF and E9. RGB value is (225,207,233). Sum of RGB (Red+Green+Blue) = 225+207+233=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1CFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFE9 is #1E3016. Grayscale: #D7D7D7. Windows color (decimal): -1978391 or 15323105. OLE color: 15323105.

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

Color convert

RGB225207233-
CMYK0.030.1100.09
HSL281.54º37.14%86.27%-
HSV(B)281.54º11.16%91.37%-
XYZ68.0766.5286.34-
YUV215.35137.96134.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.83%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 233 (91.41% from 255) = 35.04%
R=33.83%
G=31.13%
B=35.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252072330.030.1100.09281.5437.1486.27
HexE1CFE93B0911a2556
Octal34131735131301143245126
Binary111000011100111111101001111011010011000110101001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFE9; }

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

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

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

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

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

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

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

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