#EECAF9

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

Shades of Blue Chalk #EECAF9

Tints of Blue Chalk #EECAF9

Color information

#EECAF9 (or 0xEECAF9) is unknown color: approx Blue Chalk. HEX triplet: EE, CA and F9. RGB value is (238,202,249). Sum of RGB (Red+Green+Blue) = 238+202+249=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #EECAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAF9 is #113506. Grayscale: #D9D9D9. Windows color (decimal): -1127687 or 16370414. OLE color: 16370414.

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

Color convert

RGB238202249-
CMYK0.040.1900.02
HSL285.96º79.66%88.43%-
HSV(B)285.96º18.88%97.65%-
XYZ73.4867.2698.73-
YUV218.12145.43142.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 202 (79.30% from 255) = 29.32%
BLUE value IS 249 (97.66% from 255) = 36.14%
R=34.54%
G=29.32%
B=36.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382022490.040.1900.02285.9679.6688.43
HexEECAF94130211e5058
Octal35631237142302436120130
Binary1110111011001010111110011001001101010001111010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAF9; }

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

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

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

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

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

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

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

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