#EFD7FD

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

Shades of Blue Chalk #EFD7FD

Tints of Blue Chalk #EFD7FD

Color information

#EFD7FD (or 0xEFD7FD) is unknown color: approx Blue Chalk. HEX triplet: EF, D7 and FD. RGB value is (239,215,253). Sum of RGB (Red+Green+Blue) = 239+215+253=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 215 (84.38% from 255 or 30.41% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7FD is #102802. Grayscale: #E2E2E2. Windows color (decimal): -1058819 or 16635887. OLE color: 16635887.

HSL color Cylindrical-coordinate representation of color #EFD7FD: hue angle of 277.89º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD7FD is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239215253-
CMYK0.060.1500.01
HSL277.89º90.48%91.76%-
HSV(B)277.89º15.02%99.22%-
XYZ77.6374.04103.13-
YUV226.51142.95136.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 215 (84.38% from 255) = 30.41%
BLUE value IS 253 (99.22% from 255) = 35.79%
R=33.80%
G=30.41%
B=35.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392152530.060.1500.01277.8990.4891.76
HexEFD7FD6F011165a5c
Octal35732737561701426132134
Binary11101111110101111111110111011110110001011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7FD; }

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

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

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

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

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

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

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

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