#E7CDFE

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

Shades of Blue Chalk #E7CDFE

Tints of Blue Chalk #E7CDFE

Color information

#E7CDFE (or 0xE7CDFE) is unknown color: approx Blue Chalk. HEX triplet: E7, CD and FE. RGB value is (231,205,254). Sum of RGB (Red+Green+Blue) = 231+205+254=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7CDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDFE is #183201. Grayscale: #DADADA. Windows color (decimal): -1585666 or 16698855. OLE color: 16698855.

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

Color convert

RGB231205254-
CMYK0.090.1900.00
HSL271.84º96.08%90%-
HSV(B)271.84º19.29%99.61%-
XYZ72.6867.81103.02-
YUV218.36148.11137.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.48%
GREEN value IS 205 (80.47% from 255) = 29.71%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=33.48%
G=29.71%
B=36.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2312052540.090.1900.00271.8496.0890
HexE7CDFE91300110605a
Octal347315376112300420140132
Binary1110011111001101111111101001100110010001000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDFE; }

 p { color: rgb(231,205,254); }

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

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

 a { background-color: rgb(231,205,254); }

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

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

 span { border-color: rgb(231,205,254); }

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