#EFD4FE

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

Shades of Blue Chalk #EFD4FE

Tints of Blue Chalk #EFD4FE

Color information

#EFD4FE (or 0xEFD4FE) is unknown color: approx Blue Chalk. HEX triplet: EF, D4 and FE. RGB value is (239,212,254). Sum of RGB (Red+Green+Blue) = 239+212+254=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 212 (83.20% from 255 or 30.07% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFD4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4FE is #102B01. Grayscale: #E0E0E0. Windows color (decimal): -1059586 or 16700655. OLE color: 16700655.

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

Color convert

RGB239212254-
CMYK0.060.1700.00
HSL278.57º95.45%91.37%-
HSV(B)278.57º16.54%99.61%-
XYZ77.0372.59103.72-
YUV224.86144.45138.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 212 (83.20% from 255) = 30.07%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=33.90%
G=30.07%
B=36.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392122540.060.1700.00278.5795.4591.37
HexEFD4FE611001175f5b
Octal35732437662100427137133
Binary111011111101010011111110110100010010001011110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4FE; }

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

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

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

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

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

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

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

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