#EFC6FB

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

Shades of Blue Chalk #EFC6FB

Tints of Blue Chalk #EFC6FB

Color information

#EFC6FB (or 0xEFC6FB) is unknown color: approx Blue Chalk. HEX triplet: EF, C6 and FB. RGB value is (239,198,251). Sum of RGB (Red+Green+Blue) = 239+198+251=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 198 (77.73% from 255 or 28.78% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFC6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6FB is #103904. Grayscale: #D8D8D8. Windows color (decimal): -1063173 or 16500463. OLE color: 16500463.

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

Color convert

RGB239198251-
CMYK0.050.2100.02
HSL286.42º86.89%88.04%-
HSV(B)286.42º21.12%98.43%-
XYZ73.265.7100.09-
YUV216.3147.58144.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 198 (77.73% from 255) = 28.78%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=34.74%
G=28.78%
B=36.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391982510.050.2100.02286.4286.8988.04
HexEFC6FB5150211e5758
Octal35730637352502436127130
Binary1110111111000110111110111011010101010001111010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6FB; }

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

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

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

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

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

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

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

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