#E8CFEE

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

Shades of Blue Chalk #E8CFEE

Tints of Blue Chalk #E8CFEE

Color information

#E8CFEE (or 0xE8CFEE) is unknown color: approx Blue Chalk. HEX triplet: E8, CF and EE. RGB value is (232,207,238). Sum of RGB (Red+Green+Blue) = 232+207+238=677 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.27% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFEE is #173011. Grayscale: #D9D9D9. Windows color (decimal): -1519634 or 15650792. OLE color: 15650792.

HSL color Cylindrical-coordinate representation of color #E8CFEE: hue angle of 288.39º degrees, saturation: 0.48, 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 #E8CFEE is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232207238-
CMYK0.030.1300.07
HSL288.39º47.69%87.25%-
HSV(B)288.39º13.03%93.33%-
XYZ71.0267.9590.26-
YUV218.01139.28137.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.27%
GREEN value IS 207 (81.25% from 255) = 30.58%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=34.27%
G=30.58%
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
Decimal2322072380.030.1300.07288.3947.6987.25
HexE8CFEE3D071203057
Octal3503173563150744060127
Binary11101000110011111110111011110101111001000001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFEE; }

 p { color: rgb(232,207,238); }

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

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

 a { background-color: rgb(232,207,238); }

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

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

 span { border-color: rgb(232,207,238); }

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