Html Css Color HEX #EEC8FD Blue Chalk

📋 copy color: '#EEC8FD'

red 238 ◦ green 200 ◦ blue 253

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

Shades of Blue Chalk #EEC8FD

Tints of Blue Chalk #EEC8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.61%

R = 34.44%
G = 28.94%
B = 36.61%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEC8FD (or 0xEEC8FD) is known color: Blue Chalk. HEX triplet: EE, C8 and FD. RGB value is (238,200,253). Sum of RGB (Red+Green+Blue) = 238+200+253=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 200 (78.52% from 255 or 28.94% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEC8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC8FD is #113702. Grayscale: #D9D9D9. Windows color (decimal): -1128195 or 16632046. OLE color: 16632046.

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

Color convert

RGB 238 200 253 -
CMYK 0.06 0.21 0 0.01
HSL 283.02º 0.93% 0.89% -
HSV(B) 283.02º 0.21% 0.99% -
XYZ 73.64 66.58 101.9 -
YUV 217.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 238 200 253 0.06 0.21 0 0.01 283.02 0.93 0.89
Hex EE C8 FD 6 15 0 1 11B 5D 59
Octal 356 310 375 6 25 0 1 433 135 131
Binary 11101110 11001000 11111101 110 10101 0 1 100011011 1011101 1011001

Color Harmonies of #EEC8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC8FD

Black with #EEC8FD

Text Example


Text Example

White with #EEC8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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