Html Css Color HEX #EEC3F8 Blue Chalk

📋 copy color: '#EEC3F8'

red 238 ◦ green 195 ◦ blue 248

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

Shades of Blue Chalk #EEC3F8

Tints of Blue Chalk #EEC3F8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.63%

 BLUE value IS 248 (97.27% from 255) = 36.42%

R = 34.95%
G = 28.63%
B = 36.42%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EEC3F8 (or 0xEEC3F8) is known color: Blue Chalk. HEX triplet: EE, C3 and F8. RGB value is (238,195,248). Sum of RGB (Red+Green+Blue) = 238+195+248=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 195 (76.56% from 255 or 28.63% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEC3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC3F8 is #113C07. Grayscale: #D5D5D5. Windows color (decimal): -1129480 or 16303086. OLE color: 16303086.

HSL color Cylindrical-coordinate representation of color #EEC3F8: hue angle of 288.68º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC3F8 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 195 248 -
CMYK 0.04 0.21 0 0.03
HSL 288.68º 0.79% 0.87% -
HSV(B) 288.68º 0.21% 0.97% -
XYZ 71.72 63.98 97.38 -
YUV 213.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 238 195 248 0.04 0.21 0 0.03 288.68 0.79 0.87
Hex EE C3 F8 4 15 0 3 121 4F 57
Octal 356 303 370 4 25 0 3 441 117 127
Binary 11101110 11000011 11111000 100 10101 0 11 100100001 1001111 1010111

Color Harmonies of #EEC3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC3F8

Black with #EEC3F8

Text Example


Text Example

White with #EEC3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC3F8; }

 p { color: rgb(238,195,248); }

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

background-color css

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

 a { background-color: rgb(238,195,248); }

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

border-color css

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

 span { border-color: rgb(238,195,248); }

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