#EFCAFA

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

Shades of Blue Chalk #EFCAFA

Tints of Blue Chalk #EFCAFA

Color information

#EFCAFA (or 0xEFCAFA) is unknown color: approx Blue Chalk. HEX triplet: EF, CA and FA. RGB value is (239,202,250). Sum of RGB (Red+Green+Blue) = 239+202+250=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 202 (79.30% from 255 or 29.23% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFCAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAFA is #103505. Grayscale: #DADADA. Windows color (decimal): -1062150 or 16435951. OLE color: 16435951.

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

Color convert

RGB239202250-
CMYK0.040.1900.02
HSL286.25º82.76%88.63%-
HSV(B)286.25º19.2%98.04%-
XYZ73.9767.4999.57-
YUV218.54145.76142.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 202 (79.30% from 255) = 29.23%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=34.59%
G=29.23%
B=36.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392022500.040.1900.02286.2582.7688.63
HexEFCAFA4130211e5359
Octal35731237242302436123131
Binary1110111111001010111110101001001101010001111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAFA; }

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

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

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

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

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

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

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

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