#EFD9FF

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

Shades of Blue Chalk #EFD9FF

Tints of Blue Chalk #EFD9FF

Color information

#EFD9FF (or 0xEFD9FF) is unknown color: approx Blue Chalk. HEX triplet: EF, D9 and FF. RGB value is (239,217,255). Sum of RGB (Red+Green+Blue) = 239+217+255=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 217 (85.16% from 255 or 30.52% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9FF is #102600. Grayscale: #E3E3E3. Windows color (decimal): -1058305 or 16767471. OLE color: 16767471.

HSL color Cylindrical-coordinate representation of color #EFD9FF: hue angle of 274.74º 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 #EFD9FF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB239217255-
CMYK0.060.1500
HSL274.74º100%92.55%-
HSV(B)274.74º14.9%100%-
XYZ78.4675.2104.99-
YUV227.91143.29135.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.61%
GREEN value IS 217 (85.16% from 255) = 30.52%
BLUE value IS 255 (100% from 255) = 35.86%
R=33.61%
G=30.52%
B=35.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392172550.060.1500274.7410092.55
HexEFD9FF6F00113645d
Octal35733137761700423144135
Binary11101111110110011111111111011110010001001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9FF; }

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

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

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

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

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

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

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

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