#E5CFEF

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

Shades of Blue Chalk #E5CFEF

Tints of Blue Chalk #E5CFEF

Color information

#E5CFEF (or 0xE5CFEF) is unknown color: approx Blue Chalk. HEX triplet: E5, CF and EF. RGB value is (229,207,239). Sum of RGB (Red+Green+Blue) = 229+207+239=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFEF is #1A3010. Grayscale: #D9D9D9. Windows color (decimal): -1716241 or 15716325. OLE color: 15716325.

HSL color Cylindrical-coordinate representation of color #E5CFEF: hue angle of 281.25º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5CFEF is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229207239-
CMYK0.040.1300.06
HSL281.25º50%87.45%-
HSV(B)281.25º13.39%93.73%-
XYZ70.2167.5290.99-
YUV217.23140.29136.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.93%
GREEN value IS 207 (81.25% from 255) = 30.67%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=33.93%
G=30.67%
B=35.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292072390.040.1300.06281.255087.45
HexE5CFEF4D061193257
Octal3453173574150643162127
Binary111001011100111111101111100110101101000110011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFEF; }

 p { color: rgb(229,207,239); }

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

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

 a { background-color: rgb(229,207,239); }

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

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

 span { border-color: rgb(229,207,239); }

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