#EFC6FD

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

Shades of Blue Chalk #EFC6FD

Tints of Blue Chalk #EFC6FD

Color information

#EFC6FD (or 0xEFC6FD) is unknown color: approx Blue Chalk. HEX triplet: EF, C6 and FD. RGB value is (239,198,253). Sum of RGB (Red+Green+Blue) = 239+198+253=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 198 (77.73% from 255 or 28.70% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFC6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6FD is #103902. Grayscale: #D8D8D8. Windows color (decimal): -1063171 or 16631535. OLE color: 16631535.

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

Color convert

RGB239198253-
CMYK0.060.2200.01
HSL284.73º93.22%88.43%-
HSV(B)284.73º21.74%99.22%-
XYZ73.5265.83101.76-
YUV216.53148.58144.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 198 (77.73% from 255) = 28.70%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=34.64%
G=28.70%
B=36.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391982530.060.2200.01284.7393.2288.43
HexEFC6FD6160111d5d58
Octal35730637562601435135130
Binary111011111100011011111101110101100110001110110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6FD; }

 p { color: rgb(239,198,253); }

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

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

 a { background-color: rgb(239,198,253); }

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

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

 span { border-color: rgb(239,198,253); }

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