#EFD1FD

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

Shades of Blue Chalk #EFD1FD

Tints of Blue Chalk #EFD1FD

Color information

#EFD1FD (or 0xEFD1FD) is unknown color: approx Blue Chalk. HEX triplet: EF, D1 and FD. RGB value is (239,209,253). Sum of RGB (Red+Green+Blue) = 239+209+253=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 209 (82.03% from 255 or 29.81% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFD1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1FD is #102E02. Grayscale: #DEDEDE. Windows color (decimal): -1060355 or 16634351. OLE color: 16634351.

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

Color convert

RGB239209253-
CMYK0.060.1700.01
HSL280.91º91.67%90.59%-
HSV(B)280.91º17.39%99.22%-
XYZ76.1371.04102.63-
YUV222.99144.94139.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.09%
GREEN value IS 209 (82.03% from 255) = 29.81%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=34.09%
G=29.81%
B=36.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392092530.060.1700.01280.9191.6790.59
HexEFD1FD611011195c5b
Octal35732137562101431134133
Binary111011111101000111111101110100010110001100110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1FD; }

 p { color: rgb(239,209,253); }

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

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

 a { background-color: rgb(239,209,253); }

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

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

 span { border-color: rgb(239,209,253); }

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