#E7CEF2

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

Shades of Blue Chalk #E7CEF2

Tints of Blue Chalk #E7CEF2

Color information

#E7CEF2 (or 0xE7CEF2) is unknown color: approx Blue Chalk. HEX triplet: E7, CE and F2. RGB value is (231,206,242). Sum of RGB (Red+Green+Blue) = 231+206+242=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEF2 is #18310D. Grayscale: #D9D9D9. Windows color (decimal): -1585422 or 15912679. OLE color: 15912679.

HSL color Cylindrical-coordinate representation of color #E7CEF2: hue angle of 281.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7CEF2 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231206242-
CMYK0.050.1500.05
HSL281.67º58.06%87.84%-
HSV(B)281.67º14.88%94.9%-
XYZ71.0567.5493.3-
YUV217.58141.78137.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.02%
GREEN value IS 206 (80.86% from 255) = 30.34%
BLUE value IS 242 (94.92% from 255) = 35.64%
R=34.02%
G=30.34%
B=35.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312062420.050.1500.05281.6758.0687.84
HexE7CEF25F0511a3a58
Octal3473163625170543272130
Binary111001111100111011110010101111101011000110101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEF2; }

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

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

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

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

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

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

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

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