#EFD7F9

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

Shades of Blue Chalk #EFD7F9

Tints of Blue Chalk #EFD7F9

Color information

#EFD7F9 (or 0xEFD7F9) is unknown color: approx Blue Chalk. HEX triplet: EF, D7 and F9. RGB value is (239,215,249). Sum of RGB (Red+Green+Blue) = 239+215+249=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 215 (84.38% from 255 or 30.58% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFD7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7F9 is #102806. Grayscale: #E1E1E1. Windows color (decimal): -1058823 or 16373743. OLE color: 16373743.

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

Color convert

RGB239215249-
CMYK0.040.1400.02
HSL282.35º73.91%90.98%-
HSV(B)282.35º13.65%97.65%-
XYZ7773.7999.81-
YUV226.05140.95137.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 215 (84.38% from 255) = 30.58%
BLUE value IS 249 (97.66% from 255) = 35.42%
R=34.00%
G=30.58%
B=35.42%

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
Decimal2392152490.040.1400.02282.3573.9190.98
HexEFD7F94E0211a4a5b
Octal35732737141602432112133
Binary111011111101011111111001100111001010001101010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7F9; }

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

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

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

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

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

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

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

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