#E7CEFD

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

Shades of Blue Chalk #E7CEFD

Tints of Blue Chalk #E7CEFD

Color information

#E7CEFD (or 0xE7CEFD) is unknown color: approx Blue Chalk. HEX triplet: E7, CE and FD. RGB value is (231,206,253). Sum of RGB (Red+Green+Blue) = 231+206+253=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7CEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEFD is #183102. Grayscale: #DADADA. Windows color (decimal): -1585411 or 16633575. OLE color: 16633575.

HSL color Cylindrical-coordinate representation of color #E7CEFD: hue angle of 271.91º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CEFD is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231206253-
CMYK0.090.1900.01
HSL271.91º92.16%90%-
HSV(B)271.91º18.58%99.22%-
XYZ72.7668.22102.26-
YUV218.83147.28136.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.48%
GREEN value IS 206 (80.86% from 255) = 29.86%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=33.48%
G=29.86%
B=36.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2312062530.090.1900.01271.9192.1690
HexE7CEFD913011105c5a
Octal347316375112301420134132
Binary1110011111001110111111011001100110110001000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEFD; }

 p { color: rgb(231,206,253); }

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

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

 a { background-color: rgb(231,206,253); }

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

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

 span { border-color: rgb(231,206,253); }

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