Html Css Color HEX #EECAF9 Blue Chalk

📋 copy color: '#EECAF9'

red 238 ◦ green 202 ◦ blue 249

#EECAF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #EECAF9

Tints of Blue Chalk #EECAF9

RGB

 RED value IS 238 (93.36% from 255) = 34.54%

 GREEN value IS 202 (79.3% 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 value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EECAF9 (or 0xEECAF9) is known color: 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

RGB 238 202 249 -
CMYK 0.04 0.19 0 0.02
HSL 285.96º 0.8% 0.88% -
HSV(B) 285.96º 0.19% 0.98% -
XYZ 73.48 67.26 98.73 -
YUV 218.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 238 202 249 0.04 0.19 0 0.02 285.96 0.8 0.88
Hex EE CA F9 4 13 0 2 11E 50 58
Octal 356 312 371 4 23 0 2 436 120 130
Binary 11101110 11001010 11111001 100 10011 0 10 100011110 1010000 1011000

Color Harmonies of #EECAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECAF9

Black with #EECAF9

Text Example


Text Example

White with #EECAF9

Text Example


Text Example

HTML Codes & Css Web 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>