#EFD8FE

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

Shades of Blue Chalk #EFD8FE

Tints of Blue Chalk #EFD8FE

Color information

#EFD8FE (or 0xEFD8FE) is unknown color: approx Blue Chalk. HEX triplet: EF, D8 and FE. RGB value is (239,216,254). Sum of RGB (Red+Green+Blue) = 239+216+254=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 216 (84.77% from 255 or 30.47% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFD8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8FE is #102701. Grayscale: #E3E3E3. Windows color (decimal): -1058562 or 16701679. OLE color: 16701679.

HSL color Cylindrical-coordinate representation of color #EFD8FE: hue angle of 276.32º 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 #EFD8FE is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239216254-
CMYK0.060.1500.00
HSL276.32º95%92.16%-
HSV(B)276.32º14.96%99.61%-
XYZ78.0474.62104.06-
YUV227.21143.12136.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 216 (84.77% from 255) = 30.47%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=33.71%
G=30.47%
B=35.83%

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
Decimal2392162540.060.1500.00276.329592.16
HexEFD8FE6F001145f5c
Octal35733037661700424137134
Binary11101111110110001111111011011110010001010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8FE; }

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

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

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

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

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

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

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

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