#EFD5FA

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

Shades of Blue Chalk #EFD5FA

Tints of Blue Chalk #EFD5FA

Color information

#EFD5FA (or 0xEFD5FA) is unknown color: approx Blue Chalk. HEX triplet: EF, D5 and FA. RGB value is (239,213,250). Sum of RGB (Red+Green+Blue) = 239+213+250=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 213 (83.59% from 255 or 30.34% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFD5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5FA is #102A05. Grayscale: #E0E0E0. Windows color (decimal): -1059334 or 16438767. OLE color: 16438767.

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

Color convert

RGB239213250-
CMYK0.040.1500.02
HSL282.16º78.72%90.78%-
HSV(B)282.16º14.8%98.04%-
XYZ76.6572.84100.46-
YUV224.99142.11137.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 213 (83.59% from 255) = 30.34%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=34.05%
G=30.34%
B=35.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392132500.040.1500.02282.1678.7290.78
HexEFD5FA4F0211a4f5b
Octal35732537241702432117133
Binary111011111101010111111010100111101010001101010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5FA; }

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

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

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

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

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

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

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

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