#EFC6FA

Color #EFC6FA Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #EFC6FA

Tints of Blue Chalk #EFC6FA

Color information

#EFC6FA (or 0xEFC6FA) is unknown color: approx 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

RGB239198250-
CMYK0.040.2100.02
HSL287.31º83.87%87.84%-
HSV(B)287.31º20.8%98.04%-
XYZ73.0565.6499.26-
YUV216.19147.08144.27-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391982500.040.2100.02287.3183.8787.84
HexEFC6FA4150211f5458
Octal35730637242502437124130
Binary1110111111000110111110101001010101010001111110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>