#EFD8FA

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

Shades of Blue Chalk #EFD8FA

Tints of Blue Chalk #EFD8FA

Color information

#EFD8FA (or 0xEFD8FA) is unknown color: approx Blue Chalk. HEX triplet: EF, D8 and FA. RGB value is (239,216,250). Sum of RGB (Red+Green+Blue) = 239+216+250=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 216 (84.77% from 255 or 30.64% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFD8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8FA is #102705. Grayscale: #E2E2E2. Windows color (decimal): -1058566 or 16439535. OLE color: 16439535.

HSL color Cylindrical-coordinate representation of color #EFD8FA: hue angle of 280.59º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFD8FA is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239216250-
CMYK0.040.1400.02
HSL280.59º77.27%91.37%-
HSV(B)280.59º13.6%98.04%-
XYZ77.4174.36100.72-
YUV226.75141.12136.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 216 (84.77% from 255) = 30.64%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=33.90%
G=30.64%
B=35.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392162500.040.1400.02280.5977.2791.37
HexEFD8FA4E021194d5b
Octal35733037241602431115133
Binary111011111101100011111010100111001010001100110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8FA; }

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

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

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

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

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

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

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

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