#EFD1FB

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

Shades of Blue Chalk #EFD1FB

Tints of Blue Chalk #EFD1FB

Color information

#EFD1FB (or 0xEFD1FB) is unknown color: approx Blue Chalk. HEX triplet: EF, D1 and FB. RGB value is (239,209,251). Sum of RGB (Red+Green+Blue) = 239+209+251=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 209 (82.03% from 255 or 29.90% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1FB is #102E04. Grayscale: #DEDEDE. Windows color (decimal): -1060357 or 16503279. OLE color: 16503279.

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

Color convert

RGB239209251-
CMYK0.050.1700.02
HSL282.86º84%90.2%-
HSV(B)282.86º16.73%98.43%-
XYZ75.8170.92100.96-
YUV222.76143.94139.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.19%
GREEN value IS 209 (82.03% from 255) = 29.90%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=34.19%
G=29.90%
B=35.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392092510.050.1700.02282.868490.2
HexEFD1FB5110211b545a
Octal35732137352102433124132
Binary1110111111010001111110111011000101010001101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1FB; }

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

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

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

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

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

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

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

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