#EFC3F9

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

Shades of Blue Chalk #EFC3F9

Tints of Blue Chalk #EFC3F9

Color information

#EFC3F9 (or 0xEFC3F9) is unknown color: approx Blue Chalk. HEX triplet: EF, C3 and F9. RGB value is (239,195,249). Sum of RGB (Red+Green+Blue) = 239+195+249=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 195 (76.56% from 255 or 28.55% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFC3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3F9 is #103C06. Grayscale: #D6D6D6. Windows color (decimal): -1063943 or 16368623. OLE color: 16368623.

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

Color convert

RGB239195249-
CMYK0.040.2200.02
HSL288.89º81.82%87.06%-
HSV(B)288.89º21.69%97.65%-
XYZ72.2164.2298.21-
YUV214.31147.58145.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 195 (76.56% from 255) = 28.55%
BLUE value IS 249 (97.66% from 255) = 36.46%
R=34.99%
G=28.55%
B=36.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391952490.040.2200.02288.8981.8287.06
HexEFC3F9416021215257
Octal35730337142602441122127
Binary1110111111000011111110011001011001010010000110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3F9; }

 p { color: rgb(239,195,249); }

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

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

 a { background-color: rgb(239,195,249); }

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

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

 span { border-color: rgb(239,195,249); }

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