#EECAFA

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

Shades of Blue Chalk #EECAFA

Tints of Blue Chalk #EECAFA

Color information

#EECAFA (or 0xEECAFA) is unknown color: approx Blue Chalk. HEX triplet: EE, CA and FA. RGB value is (238,202,250). Sum of RGB (Red+Green+Blue) = 238+202+250=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #EECAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAFA is #113505. Grayscale: #DADADA. Windows color (decimal): -1127686 or 16435950. OLE color: 16435950.

HSL color Cylindrical-coordinate representation of color #EECAFA: hue angle of 285º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECAFA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238202250-
CMYK0.050.1900.02
HSL285º82.76%88.63%-
HSV(B)285º19.2%98.04%-
XYZ73.6467.3299.56-
YUV218.24145.93142.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 202 (79.30% from 255) = 29.28%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=34.49%
G=29.28%
B=36.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382022500.050.1900.0228582.7688.63
HexEECAFA5130211d5359
Octal35631237252302435123131
Binary1110111011001010111110101011001101010001110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAFA; }

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

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

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

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

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

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

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

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