#EECCFE

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

Shades of Blue Chalk #EECCFE

Tints of Blue Chalk #EECCFE

Color information

#EECCFE (or 0xEECCFE) is unknown color: approx Blue Chalk. HEX triplet: EE, CC and FE. RGB value is (238,204,254). Sum of RGB (Red+Green+Blue) = 238+204+254=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 204 (80.08% from 255 or 29.31% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #EECCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCFE is #113301. Grayscale: #DBDBDB. Windows color (decimal): -1127170 or 16698606. OLE color: 16698606.

HSL color Cylindrical-coordinate representation of color #EECCFE: hue angle of 280.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EECCFE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238204254-
CMYK0.060.2000.00
HSL280.8º96.15%89.8%-
HSV(B)280.8º19.69%99.61%-
XYZ74.7468.52103.05-
YUV219.87147.26140.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 204 (80.08% from 255) = 29.31%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=34.20%
G=29.31%
B=36.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382042540.060.2000.00280.896.1589.8
HexEECCFE61400119605a
Octal35631437662400431140132
Binary111011101100110011111110110101000010001100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCFE; }

 p { color: rgb(238,204,254); }

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

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

 a { background-color: rgb(238,204,254); }

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

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

 span { border-color: rgb(238,204,254); }

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