#EFD5F7

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

Shades of Blue Chalk #EFD5F7

Tints of Blue Chalk #EFD5F7

Color information

#EFD5F7 (or 0xEFD5F7) is unknown color: approx Blue Chalk. HEX triplet: EF, D5 and F7. RGB value is (239,213,247). Sum of RGB (Red+Green+Blue) = 239+213+247=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 213 (83.59% from 255 or 30.47% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFD5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5F7 is #102A08. Grayscale: #E0E0E0. Windows color (decimal): -1059337 or 16242159. OLE color: 16242159.

HSL color Cylindrical-coordinate representation of color #EFD5F7: hue angle of 285.88º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFD5F7 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239213247-
CMYK0.030.1400.03
HSL285.88º68%90.2%-
HSV(B)285.88º13.77%96.86%-
XYZ76.1872.6598-
YUV224.65140.61138.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.19%
GREEN value IS 213 (83.59% from 255) = 30.47%
BLUE value IS 247 (96.88% from 255) = 35.34%
R=34.19%
G=30.47%
B=35.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392132470.030.1400.03285.886890.2
HexEFD5F73E0311e445a
Octal35732536731603436104132
Binary11101111110101011111011111111001110001111010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5F7; }

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

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

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

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

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

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

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

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