#EFD8FC

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

Shades of Blue Chalk #EFD8FC

Tints of Blue Chalk #EFD8FC

Color information

#EFD8FC (or 0xEFD8FC) is unknown color: approx Blue Chalk. HEX triplet: EF, D8 and FC. RGB value is (239,216,252). Sum of RGB (Red+Green+Blue) = 239+216+252=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 216 (84.77% from 255 or 30.55% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFD8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8FC is #102703. Grayscale: #E2E2E2. Windows color (decimal): -1058564 or 16570607. OLE color: 16570607.

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

Color convert

RGB239216252-
CMYK0.050.1400.01
HSL278.33º85.71%91.76%-
HSV(B)278.33º14.29%98.82%-
XYZ77.7274.49102.38-
YUV226.98142.12136.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 216 (84.77% from 255) = 30.55%
BLUE value IS 252 (98.83% from 255) = 35.64%
R=33.80%
G=30.55%
B=35.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392162520.050.1400.01278.3385.7191.76
HexEFD8FC5E01116565c
Octal35733037451601426126134
Binary11101111110110001111110010111100110001011010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8FC; }

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

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

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

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

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

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

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

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