#EFD6FB

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

Shades of Blue Chalk #EFD6FB

Tints of Blue Chalk #EFD6FB

Color information

#EFD6FB (or 0xEFD6FB) is unknown color: approx Blue Chalk. HEX triplet: EF, D6 and FB. RGB value is (239,214,251). Sum of RGB (Red+Green+Blue) = 239+214+251=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 214 (83.98% from 255 or 30.40% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6FB is #102904. Grayscale: #E1E1E1. Windows color (decimal): -1059077 or 16504559. OLE color: 16504559.

HSL color Cylindrical-coordinate representation of color #EFD6FB: hue angle of 280.54º degrees, saturation: 0.82, 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 #EFD6FB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239214251-
CMYK0.050.1500.02
HSL280.54º82.22%91.18%-
HSV(B)280.54º14.74%98.43%-
XYZ77.0673.41101.37-
YUV225.69142.28137.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 214 (83.98% from 255) = 30.40%
BLUE value IS 251 (98.44% from 255) = 35.65%
R=33.95%
G=30.40%
B=35.65%

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
Decimal2392142510.050.1500.02280.5482.2291.18
HexEFD6FB5F02119525b
Octal35732637351702431122133
Binary111011111101011011111011101111101010001100110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6FB; }

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

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

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

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

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

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

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

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