#EFD7FE

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

Shades of Blue Chalk #EFD7FE

Tints of Blue Chalk #EFD7FE

Color information

#EFD7FE (or 0xEFD7FE) is unknown color: approx Blue Chalk. HEX triplet: EF, D7 and FE. RGB value is (239,215,254). Sum of RGB (Red+Green+Blue) = 239+215+254=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 215 (84.38% from 255 or 30.37% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFD7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7FE is #102801. Grayscale: #E2E2E2. Windows color (decimal): -1058818 or 16701423. OLE color: 16701423.

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

Color convert

RGB239215254-
CMYK0.060.1500.00
HSL276.92º95.12%91.96%-
HSV(B)276.92º15.35%99.61%-
XYZ77.7974.11103.97-
YUV226.62143.45136.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 215 (84.38% from 255) = 30.37%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=33.76%
G=30.37%
B=35.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392152540.060.1500.00276.9295.1291.96
HexEFD7FE6F001155f5c
Octal35732737661700425137134
Binary11101111110101111111111011011110010001010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7FE; }

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

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

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

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

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

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

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

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