#E7CCEF

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

Shades of Blue Chalk #E7CCEF

Tints of Blue Chalk #E7CCEF

Color information

#E7CCEF (or 0xE7CCEF) is unknown color: approx Blue Chalk. HEX triplet: E7, CC and EF. RGB value is (231,204,239). Sum of RGB (Red+Green+Blue) = 231+204+239=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7CCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CCEF is #183310. Grayscale: #D7D7D7. Windows color (decimal): -1585937 or 15715559. OLE color: 15715559.

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

Color convert

RGB231204239-
CMYK0.030.1500.06
HSL286.29º52.24%86.86%-
HSV(B)286.29º14.64%93.73%-
XYZ70.1366.4190.78-
YUV216.06140.95138.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.27%
GREEN value IS 204 (80.08% from 255) = 30.27%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=34.27%
G=30.27%
B=35.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312042390.030.1500.06286.2952.2486.86
HexE7CCEF3F0611e3457
Octal3473143573170643664127
Binary11100111110011001110111111111101101000111101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CCEF; }

 p { color: rgb(231,204,239); }

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

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

 a { background-color: rgb(231,204,239); }

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

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

 span { border-color: rgb(231,204,239); }

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