#EECAFC

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

Shades of Blue Chalk #EECAFC

Tints of Blue Chalk #EECAFC

Color information

#EECAFC (or 0xEECAFC) is unknown color: approx Blue Chalk. HEX triplet: EE, CA and FC. RGB value is (238,202,252). Sum of RGB (Red+Green+Blue) = 238+202+252=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #EECAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAFC is #113503. Grayscale: #DADADA. Windows color (decimal): -1127684 or 16567022. OLE color: 16567022.

HSL color Cylindrical-coordinate representation of color #EECAFC: hue angle of 283.2º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EECAFC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238202252-
CMYK0.060.2000.01
HSL283.2º89.29%89.02%-
HSV(B)283.2º19.84%98.82%-
XYZ73.9567.45101.22-
YUV218.46146.93141.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.39%
GREEN value IS 202 (79.30% from 255) = 29.19%
BLUE value IS 252 (98.83% from 255) = 36.42%
R=34.39%
G=29.19%
B=36.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382022520.060.2000.01283.289.2989.02
HexEECAFC6140111b5959
Octal35631237462401433131131
Binary111011101100101011111100110101000110001101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAFC; }

 p { color: rgb(238,202,252); }

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

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

 a { background-color: rgb(238,202,252); }

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

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

 span { border-color: rgb(238,202,252); }

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