#E5CFF2

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

Shades of Blue Chalk #E5CFF2

Tints of Blue Chalk #E5CFF2

Color information

#E5CFF2 (or 0xE5CFF2) is unknown color: approx Blue Chalk. HEX triplet: E5, CF and F2. RGB value is (229,207,242). Sum of RGB (Red+Green+Blue) = 229+207+242=678 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.78% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFF2 is #1A300D. Grayscale: #D9D9D9. Windows color (decimal): -1716238 or 15912933. OLE color: 15912933.

HSL color Cylindrical-coordinate representation of color #E5CFF2: hue angle of 277.71º 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 #E5CFF2 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229207242-
CMYK0.050.1400.05
HSL277.71º57.38%88.04%-
HSV(B)277.71º14.46%94.9%-
XYZ70.6567.6993.35-
YUV217.57141.79136.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.78%
GREEN value IS 207 (81.25% from 255) = 30.53%
BLUE value IS 242 (94.92% from 255) = 35.69%
R=33.78%
G=30.53%
B=35.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292072420.050.1400.05277.7157.3888.04
HexE5CFF25E051163958
Octal3453173625160542671130
Binary111001011100111111110010101111001011000101101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFF2; }

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

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

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

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

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

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

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

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