#EFD5FB

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

Shades of Blue Chalk #EFD5FB

Tints of Blue Chalk #EFD5FB

Color information

#EFD5FB (or 0xEFD5FB) is unknown color: approx Blue Chalk. HEX triplet: EF, D5 and FB. RGB value is (239,213,251). Sum of RGB (Red+Green+Blue) = 239+213+251=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 213 (83.59% from 255 or 30.30% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5FB is #102A04. Grayscale: #E0E0E0. Windows color (decimal): -1059333 or 16504303. OLE color: 16504303.

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

Color convert

RGB239213251-
CMYK0.050.1500.02
HSL281.05º82.61%90.98%-
HSV(B)281.05º15.14%98.43%-
XYZ76.872.9101.29-
YUV225.11142.61137.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 213 (83.59% from 255) = 30.30%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=34.00%
G=30.30%
B=35.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392132510.050.1500.02281.0582.6190.98
HexEFD5FB5F02119535b
Octal35732537351702431123133
Binary111011111101010111111011101111101010001100110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5FB; }

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

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

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

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

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

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

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

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