#EFD3FA

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

Shades of Blue Chalk #EFD3FA

Tints of Blue Chalk #EFD3FA

Color information

#EFD3FA (or 0xEFD3FA) is unknown color: approx Blue Chalk. HEX triplet: EF, D3 and FA. RGB value is (239,211,250). Sum of RGB (Red+Green+Blue) = 239+211+250=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 211 (82.81% from 255 or 30.14% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFD3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD3FA is #102C05. Grayscale: #DFDFDF. Windows color (decimal): -1059846 or 16438255. OLE color: 16438255.

HSL color Cylindrical-coordinate representation of color #EFD3FA: hue angle of 283.08º degrees, saturation: 0.8, 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 #EFD3FA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239211250-
CMYK0.040.1600.02
HSL283.08º79.59%90.39%-
HSV(B)283.08º15.6%98.04%-
XYZ76.1571.84100.3-
YUV223.82142.78138.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 211 (82.81% from 255) = 30.14%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=34.14%
G=30.14%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392112500.040.1600.02283.0879.5990.39
HexEFD3FA4100211b505a
Octal35732337242002433120132
Binary1110111111010011111110101001000001010001101110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3FA; }

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

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

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

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

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

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

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

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