#E4CFF2

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

Shades of Blue Chalk #E4CFF2

Tints of Blue Chalk #E4CFF2

Color information

#E4CFF2 (or 0xE4CFF2) is unknown color: approx Blue Chalk. HEX triplet: E4, CF and F2. RGB value is (228,207,242). Sum of RGB (Red+Green+Blue) = 228+207+242=677 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.68% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CFF2 is #1B300D. Grayscale: #D9D9D9. Windows color (decimal): -1781774 or 15912932. OLE color: 15912932.

HSL color Cylindrical-coordinate representation of color #E4CFF2: hue angle of 276º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4CFF2 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228207242-
CMYK0.060.1400.05
HSL276º57.38%88.04%-
HSV(B)276º14.46%94.9%-
XYZ70.3367.5393.33-
YUV217.27141.96135.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.68%
GREEN value IS 207 (81.25% from 255) = 30.58%
BLUE value IS 242 (94.92% from 255) = 35.75%
R=33.68%
G=30.58%
B=35.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282072420.060.1400.0527657.3888.04
HexE4CFF26E051143958
Octal3443173626160542471130
Binary111001001100111111110010110111001011000101001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CFF2; }

 p { color: rgb(228,207,242); }

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

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

 a { background-color: rgb(228,207,242); }

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

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

 span { border-color: rgb(228,207,242); }

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