#E7CEED

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

Shades of Blue Chalk #E7CEED

Tints of Blue Chalk #E7CEED

Color information

#E7CEED (or 0xE7CEED) is unknown color: approx Blue Chalk. HEX triplet: E7, CE and ED. RGB value is (231,206,237). Sum of RGB (Red+Green+Blue) = 231+206+237=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEED is #183112. Grayscale: #D8D8D8. Windows color (decimal): -1585427 or 15584999. OLE color: 15584999.

HSL color Cylindrical-coordinate representation of color #E7CEED: hue angle of 288.39º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CEED is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231206237-
CMYK0.030.1300.07
HSL288.39º46.27%86.86%-
HSV(B)288.39º13.08%92.94%-
XYZ70.3167.2589.39-
YUV217.01139.28137.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.27%
GREEN value IS 206 (80.86% from 255) = 30.56%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=34.27%
G=30.56%
B=35.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312062370.030.1300.07288.3946.2786.86
HexE7CEED3D071202e57
Octal3473163553150744056127
Binary11100111110011101110110111110101111001000001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEED; }

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

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

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

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

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

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

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

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