#EFD6FD

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

Shades of Blue Chalk #EFD6FD

Tints of Blue Chalk #EFD6FD

Color information

#EFD6FD (or 0xEFD6FD) is unknown color: approx Blue Chalk. HEX triplet: EF, D6 and FD. RGB value is (239,214,253). Sum of RGB (Red+Green+Blue) = 239+214+253=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 214 (83.98% from 255 or 30.31% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFD6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6FD is #102902. Grayscale: #E1E1E1. Windows color (decimal): -1059075 or 16635631. OLE color: 16635631.

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

Color convert

RGB239214253-
CMYK0.060.1500.01
HSL278.46º90.7%91.57%-
HSV(B)278.46º15.42%99.22%-
XYZ77.3773.54103.04-
YUV225.92143.28137.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 214 (83.98% from 255) = 30.31%
BLUE value IS 253 (99.22% from 255) = 35.84%
R=33.85%
G=30.31%
B=35.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392142530.060.1500.01278.4690.791.57
HexEFD6FD6F011165b5c
Octal35732637561701426133134
Binary11101111110101101111110111011110110001011010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6FD; }

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

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

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

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

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

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

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

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