Html Css Color HEX #EEC5FA Blue Chalk

📋 copy color: '#EEC5FA'

red 238 ◦ green 197 ◦ blue 250

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

Shades of Blue Chalk #EEC5FA

Tints of Blue Chalk #EEC5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.76%

 BLUE value IS 250 (98.05% from 255) = 36.5%

R = 34.74%
G = 28.76%
B = 36.5%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEC5FA (or 0xEEC5FA) is known color: Blue Chalk. HEX triplet: EE, C5 and FA. RGB value is (238,197,250). Sum of RGB (Red+Green+Blue) = 238+197+250=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 197 (77.34% from 255 or 28.76% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC5FA is #113A05. Grayscale: #D7D7D7. Windows color (decimal): -1128966 or 16434670. OLE color: 16434670.

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

Color convert

RGB 238 197 250 -
CMYK 0.05 0.21 0 0.02
HSL 286.42º 0.84% 0.88% -
HSV(B) 286.42º 0.21% 0.98% -
XYZ 72.48 65.01 99.17 -
YUV 215.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 238 197 250 0.05 0.21 0 0.02 286.42 0.84 0.88
Hex EE C5 FA 5 15 0 2 11E 54 58
Octal 356 305 372 5 25 0 2 436 124 130
Binary 11101110 11000101 11111010 101 10101 0 10 100011110 1010100 1011000

Color Harmonies of #EEC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC5FA

Black with #EEC5FA

Text Example


Text Example

White with #EEC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC5FA; }

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

 H1.HeaderClassName
 {
   color: #EEC5FA;
 }
 .AnyTagClassName
 {
   color: #EEC5FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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