Html Css Color HEX #EEC8FF Blue Chalk

📋 copy color: '#EEC8FF'

red 238 ◦ green 200 ◦ blue 255

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

Shades of Blue Chalk #EEC8FF

Tints of Blue Chalk #EEC8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.8%

R = 34.34%
G = 28.86%
B = 36.8%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EEC8FF (or 0xEEC8FF) is known color: Blue Chalk. HEX triplet: EE, C8 and FF. RGB value is (238,200,255). Sum of RGB (Red+Green+Blue) = 238+200+255=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 200 (78.52% from 255 or 28.86% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEC8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8FF is #113700. Grayscale: #D9D9D9. Windows color (decimal): -1128193 or 16763118. OLE color: 16763118.

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

Color convert

RGB 238 200 255 -
CMYK 0.07 0.22 0 0
HSL 281.45º 1% 0.89% -
HSV(B) 281.45º 0.22% 1% -
XYZ 73.96 66.71 103.58 -
YUV 217.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 238 200 255 0.07 0.22 0 0 281.45 1 0.89
Hex EE C8 FF 7 16 0 0 119 64 59
Octal 356 310 377 7 26 0 0 431 144 131
Binary 11101110 11001000 11111111 111 10110 0 0 100011001 1100100 1011001

Color Harmonies of #EEC8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC8FF

Black with #EEC8FF

Text Example


Text Example

White with #EEC8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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