Html Css Color HEX #EEC8FA Blue Chalk

📋 copy color: '#EEC8FA'

red 238 ◦ green 200 ◦ blue 250

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

Shades of Blue Chalk #EEC8FA

Tints of Blue Chalk #EEC8FA

RGB

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

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

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

R = 34.59%
G = 29.07%
B = 36.34%

CMYK

 C value IS 0.05

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEC8FA (or 0xEEC8FA) is known color: Blue Chalk. HEX triplet: EE, C8 and FA. RGB value is (238,200,250). Sum of RGB (Red+Green+Blue) = 238+200+250=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEC8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8FA is #113705. Grayscale: #D8D8D8. Windows color (decimal): -1128198 or 16435438. OLE color: 16435438.

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

Color convert

RGB 238 200 250 -
CMYK 0.05 0.2 0 0.02
HSL 285.6º 0.83% 0.88% -
HSV(B) 285.6º 0.2% 0.98% -
XYZ 73.17 66.39 99.4 -
YUV 217.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 238 200 250 0.05 0.2 0 0.02 285.6 0.83 0.88
Hex EE C8 FA 5 14 0 2 11E 53 58
Octal 356 310 372 5 24 0 2 436 123 130
Binary 11101110 11001000 11111010 101 10100 0 10 100011110 1010011 1011000

Color Harmonies of #EEC8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC8FA

Black with #EEC8FA

Text Example


Text Example

White with #EEC8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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