Html Css Color HEX #EEC8FE Blue Chalk

📋 copy color: '#EEC8FE'

red 238 ◦ green 200 ◦ blue 254

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

Shades of Blue Chalk #EEC8FE

Tints of Blue Chalk #EEC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.9%

 BLUE value IS 254 (99.61% from 255) = 36.71%

R = 34.39%
G = 28.9%
B = 36.71%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEC8FE (or 0xEEC8FE) is known color: Blue Chalk. HEX triplet: EE, C8 and FE. RGB value is (238,200,254). Sum of RGB (Red+Green+Blue) = 238+200+254=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8FE is #113701. Grayscale: #D9D9D9. Windows color (decimal): -1128194 or 16697582. OLE color: 16697582.

HSL color Cylindrical-coordinate representation of color #EEC8FE: hue angle of 282.22º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC8FE is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 200 254 -
CMYK 0.06 0.21 0 0.00
HSL 282.22º 0.96% 0.89% -
HSV(B) 282.22º 0.21% 1% -
XYZ 73.8 66.64 102.74 -
YUV 217.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 238 200 254 0.06 0.21 0 0.00 282.22 0.96 0.89
Hex EE C8 FE 6 15 0 0 11A 60 59
Octal 356 310 376 6 25 0 0 432 140 131
Binary 11101110 11001000 11111110 110 10101 0 0 100011010 1100000 1011001

Color Harmonies of #EEC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC8FE

Black with #EEC8FE

Text Example


Text Example

White with #EEC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC8FE; }

 p { color: rgb(238,200,254); }

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

background-color css

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

 a { background-color: rgb(238,200,254); }

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

border-color css

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

 span { border-color: rgb(238,200,254); }

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