Html Css Color HEX #EECAFC Blue Chalk

📋 copy color: '#EECAFC'

red 238 ◦ green 202 ◦ blue 252

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

Shades of Blue Chalk #EECAFC

Tints of Blue Chalk #EECAFC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.19%

 BLUE value IS 252 (98.83% from 255) = 36.42%

R = 34.39%
G = 29.19%
B = 36.42%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EECAFC (or 0xEECAFC) is known color: Blue Chalk. HEX triplet: EE, CA and FC. RGB value is (238,202,252). Sum of RGB (Red+Green+Blue) = 238+202+252=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #EECAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAFC is #113503. Grayscale: #DADADA. Windows color (decimal): -1127684 or 16567022. OLE color: 16567022.

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

Color convert

RGB 238 202 252 -
CMYK 0.06 0.20 0 0.01
HSL 283.2º 0.89% 0.89% -
HSV(B) 283.2º 0.2% 0.99% -
XYZ 73.95 67.45 101.22 -
YUV 218.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 238 202 252 0.06 0.20 0 0.01 283.2 0.89 0.89
Hex EE CA FC 6 14 0 1 11B 59 59
Octal 356 312 374 6 24 0 1 433 131 131
Binary 11101110 11001010 11111100 110 10100 0 1 100011011 1011001 1011001

Color Harmonies of #EECAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECAFC

Black with #EECAFC

Text Example


Text Example

White with #EECAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECAFC; }

 p { color: rgb(238,202,252); }

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

background-color css

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

 a { background-color: rgb(238,202,252); }

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

border-color css

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

 span { border-color: rgb(238,202,252); }

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