#EFCFFA

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

Shades of Blue Chalk #EFCFFA

Tints of Blue Chalk #EFCFFA

Color information

#EFCFFA (or 0xEFCFFA) is unknown color: approx Blue Chalk. HEX triplet: EF, CF and FA. RGB value is (239,207,250). Sum of RGB (Red+Green+Blue) = 239+207+250=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFCFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFFA is #103005. Grayscale: #DDDDDD. Windows color (decimal): -1060870 or 16437231. OLE color: 16437231.

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

Color convert

RGB239207250-
CMYK0.040.1700.02
HSL284.65º81.13%89.61%-
HSV(B)284.65º17.2%98.04%-
XYZ75.1669.8899.97-
YUV221.47144.1140.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 207 (81.25% from 255) = 29.74%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=34.34%
G=29.74%
B=35.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392072500.040.1700.02284.6581.1389.61
HexEFCFFA4110211d515a
Octal35731737242102435121132
Binary1110111111001111111110101001000101010001110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFFA; }

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

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

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

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

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

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

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

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