#EFCAFC

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

Shades of Blue Chalk #EFCAFC

Tints of Blue Chalk #EFCAFC

Color information

#EFCAFC (or 0xEFCAFC) is unknown color: approx Blue Chalk. HEX triplet: EF, CA and FC. RGB value is (239,202,252). Sum of RGB (Red+Green+Blue) = 239+202+252=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFCAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAFC is #103503. Grayscale: #DADADA. Windows color (decimal): -1062148 or 16567023. OLE color: 16567023.

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

Color convert

RGB239202252-
CMYK0.050.2000.01
HSL284.4º89.29%89.02%-
HSV(B)284.4º19.84%98.82%-
XYZ74.2967.62101.23-
YUV218.76146.76142.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 202 (79.30% from 255) = 29.15%
BLUE value IS 252 (98.83% from 255) = 36.36%
R=34.49%
G=29.15%
B=36.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392022520.050.2000.01284.489.2989.02
HexEFCAFC5140111c5959
Octal35731237452401434131131
Binary111011111100101011111100101101000110001110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAFC; }

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

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

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

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

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

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

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

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