#EFD7FA

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

Shades of Blue Chalk #EFD7FA

Tints of Blue Chalk #EFD7FA

Color information

#EFD7FA (or 0xEFD7FA) is unknown color: approx Blue Chalk. HEX triplet: EF, D7 and FA. RGB value is (239,215,250). Sum of RGB (Red+Green+Blue) = 239+215+250=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 215 (84.38% from 255 or 30.54% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFD7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7FA is #102805. Grayscale: #E2E2E2. Windows color (decimal): -1058822 or 16439279. OLE color: 16439279.

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

Color convert

RGB239215250-
CMYK0.040.1400.02
HSL281.14º77.78%91.18%-
HSV(B)281.14º14%98.04%-
XYZ77.1573.85100.63-
YUV226.17141.45137.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 215 (84.38% from 255) = 30.54%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=33.95%
G=30.54%
B=35.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392152500.040.1400.02281.1477.7891.18
HexEFD7FA4E021194e5b
Octal35732737241602431116133
Binary111011111101011111111010100111001010001100110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7FA; }

 p { color: rgb(239,215,250); }

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

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

 a { background-color: rgb(239,215,250); }

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

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

 span { border-color: rgb(239,215,250); }

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