#EFDAFC

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

Shades of Blue Chalk #EFDAFC

Tints of Blue Chalk #EFDAFC

Color information

#EFDAFC (or 0xEFDAFC) is unknown color: approx Blue Chalk. HEX triplet: EF, DA and FC. RGB value is (239,218,252). Sum of RGB (Red+Green+Blue) = 239+218+252=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAFC is #102503. Grayscale: #E4E4E4. Windows color (decimal): -1058052 or 16571119. OLE color: 16571119.

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

Color convert

RGB239218252-
CMYK0.050.1300.01
HSL277.06º85%92.16%-
HSV(B)277.06º13.49%98.82%-
XYZ78.2475.52102.55-
YUV228.16141.46135.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 218 (85.55% from 255) = 30.75%
BLUE value IS 252 (98.83% from 255) = 35.54%
R=33.71%
G=30.75%
B=35.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392182520.050.1300.01277.068592.16
HexEFDAFC5D01115555c
Octal35733237451501425125134
Binary11101111110110101111110010111010110001010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAFC; }

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

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

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

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

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

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

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

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