#EFDAFF

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

Shades of Blue Chalk #EFDAFF

Tints of Blue Chalk #EFDAFF

Color information

#EFDAFF (or 0xEFDAFF) is unknown color: approx Blue Chalk. HEX triplet: EF, DA and FF. RGB value is (239,218,255). Sum of RGB (Red+Green+Blue) = 239+218+255=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 218 (85.55% from 255 or 30.62% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAFF is #102500. Grayscale: #E4E4E4. Windows color (decimal): -1058049 or 16767727. OLE color: 16767727.

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

Color convert

RGB239218255-
CMYK0.060.1500
HSL274.05º100%92.75%-
HSV(B)274.05º14.51%100%-
XYZ78.7275.71105.07-
YUV228.5142.96135.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.57%
GREEN value IS 218 (85.55% from 255) = 30.62%
BLUE value IS 255 (100% from 255) = 35.81%
R=33.57%
G=30.62%
B=35.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392182550.060.1500274.0510092.75
HexEFDAFF6F00112645d
Octal35733237761700422144135
Binary11101111110110101111111111011110010001001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAFF; }

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

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

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

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

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

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

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

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