#EFDAF7

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

Shades of Blue Chalk #EFDAF7

Tints of Blue Chalk #EFDAF7

Color information

#EFDAF7 (or 0xEFDAF7) is unknown color: approx Blue Chalk. HEX triplet: EF, DA and F7. RGB value is (239,218,247). Sum of RGB (Red+Green+Blue) = 239+218+247=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFDAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAF7 is #102508. Grayscale: #E3E3E3. Windows color (decimal): -1058057 or 16243439. OLE color: 16243439.

HSL color Cylindrical-coordinate representation of color #EFDAF7: hue angle of 283.45º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFDAF7 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239218247-
CMYK0.030.1200.03
HSL283.45º64.44%91.18%-
HSV(B)283.45º11.74%96.86%-
XYZ77.4675.2198.43-
YUV227.58138.96136.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 218 (85.55% from 255) = 30.97%
BLUE value IS 247 (96.88% from 255) = 35.09%
R=33.95%
G=30.97%
B=35.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392182470.030.1200.03283.4564.4491.18
HexEFDAF73C0311b405b
Octal35733236731403433100133
Binary11101111110110101111011111110001110001101110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAF7; }

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

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

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

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

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

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

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

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