#EFC7FC

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

Shades of Blue Chalk #EFC7FC

Tints of Blue Chalk #EFC7FC

Color information

#EFC7FC (or 0xEFC7FC) is unknown color: approx Blue Chalk. HEX triplet: EF, C7 and FC. RGB value is (239,199,252). Sum of RGB (Red+Green+Blue) = 239+199+252=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFC7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7FC is #103803. Grayscale: #D8D8D8. Windows color (decimal): -1062916 or 16566255. OLE color: 16566255.

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

Color convert

RGB239199252-
CMYK0.050.2100.01
HSL285.28º89.83%88.43%-
HSV(B)285.28º21.03%98.82%-
XYZ73.5966.23101-
YUV217147.75143.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 199 (78.12% from 255) = 28.84%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=34.64%
G=28.84%
B=36.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391992520.050.2100.01285.2889.8388.43
HexEFC7FC5150111d5a58
Octal35730737452501435132130
Binary111011111100011111111100101101010110001110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7FC; }

 p { color: rgb(239,199,252); }

 H1.HeaderClassName
 {
   color: #EFC7FC;
 }
 .AnyTagClassName
 {
   color: #EFC7FC;
 }
</style>
background-color css

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

 a { background-color: rgb(239,199,252); }

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

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

 span { border-color: rgb(239,199,252); }

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