Html Css Color HEX #EFC6FA Blue Chalk

📋 copy color: '#EFC6FA'

red 239 ◦ green 198 ◦ blue 250

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

Shades of Blue Chalk #EFC6FA

Tints of Blue Chalk #EFC6FA

RGB

 RED value IS 239 (93.75% from 255) = 34.79%

 GREEN value IS 198 (77.73% from 255) = 28.82%

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

R = 34.79%
G = 28.82%
B = 36.39%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFC6FA (or 0xEFC6FA) is known color: Blue Chalk. HEX triplet: EF, C6 and FA. RGB value is (239,198,250). Sum of RGB (Red+Green+Blue) = 239+198+250=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 198 (77.73% from 255 or 28.82% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFC6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6FA is #103905. Grayscale: #D8D8D8. Windows color (decimal): -1063174 or 16434927. OLE color: 16434927.

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

Color convert

RGB 239 198 250 -
CMYK 0.04 0.21 0 0.02
HSL 287.31º 0.84% 0.88% -
HSV(B) 287.31º 0.21% 0.98% -
XYZ 73.05 65.64 99.26 -
YUV 216.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 239 198 250 0.04 0.21 0 0.02 287.31 0.84 0.88
Hex EF C6 FA 4 15 0 2 11F 54 58
Octal 357 306 372 4 25 0 2 437 124 130
Binary 11101111 11000110 11111010 100 10101 0 10 100011111 1010100 1011000

Color Harmonies of #EFC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6FA

Black with #EFC6FA

Text Example


Text Example

White with #EFC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6FA; }

 p { color: rgb(239,198,250); }

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

background-color css

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

 a { background-color: rgb(239,198,250); }

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

border-color css

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

 span { border-color: rgb(239,198,250); }

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