#EFD2FB

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

Shades of Blue Chalk #EFD2FB

Tints of Blue Chalk #EFD2FB

Color information

#EFD2FB (or 0xEFD2FB) is unknown color: approx Blue Chalk. HEX triplet: EF, D2 and FB. RGB value is (239,210,251). Sum of RGB (Red+Green+Blue) = 239+210+251=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2FB is #102D04. Grayscale: #DFDFDF. Windows color (decimal): -1060101 or 16503535. OLE color: 16503535.

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

Color convert

RGB239210251-
CMYK0.050.1600.02
HSL282.44º83.67%90.39%-
HSV(B)282.44º16.33%98.43%-
XYZ76.0671.41101.04-
YUV223.34143.61139.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 210 (82.42% from 255) = 30%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=34.14%
G=30%
B=35.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392102510.050.1600.02282.4483.6790.39
HexEFD2FB5100211a545a
Octal35732237352002432124132
Binary1110111111010010111110111011000001010001101010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2FB; }

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

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

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

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

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

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

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

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