#E7CFF2

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

Shades of Blue Chalk #E7CFF2

Tints of Blue Chalk #E7CFF2

Color information

#E7CFF2 (or 0xE7CFF2) is unknown color: approx Blue Chalk. HEX triplet: E7, CF and F2. RGB value is (231,207,242). Sum of RGB (Red+Green+Blue) = 231+207+242=680 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.97% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7CFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFF2 is #18300D. Grayscale: #DADADA. Windows color (decimal): -1585166 or 15912935. OLE color: 15912935.

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

Color convert

RGB231207242-
CMYK0.050.1400.05
HSL281.14º57.38%88.04%-
HSV(B)281.14º14.46%94.9%-
XYZ71.2968.0393.38-
YUV218.17141.45137.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.97%
GREEN value IS 207 (81.25% from 255) = 30.44%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=33.97%
G=30.44%
B=35.59%

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
Decimal2312072420.050.1400.05281.1457.3888.04
HexE7CFF25E051193958
Octal3473173625160543171130
Binary111001111100111111110010101111001011000110011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFF2; }

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

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

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

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

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

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

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

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