#EFDAF5

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

Shades of Blue Chalk #EFDAF5

Tints of Blue Chalk #EFDAF5

Color information

#EFDAF5 (or 0xEFDAF5) is unknown color: approx Blue Chalk. HEX triplet: EF, DA and F5. RGB value is (239,218,245). Sum of RGB (Red+Green+Blue) = 239+218+245=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFDAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAF5 is #10250A. Grayscale: #E3E3E3. Windows color (decimal): -1058059 or 16112367. OLE color: 16112367.

HSL color Cylindrical-coordinate representation of color #EFDAF5: hue angle of 286.67º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDAF5 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239218245-
CMYK0.020.1100.04
HSL286.67º57.45%90.78%-
HSV(B)286.67º11.02%96.08%-
XYZ77.1575.0996.81-
YUV227.36137.96136.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 218 (85.55% from 255) = 31.05%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=34.05%
G=31.05%
B=34.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392182450.020.1100.04286.6757.4590.78
HexEFDAF52B0411f395b
Octal3573323652130443771133
Binary11101111110110101111010110101101001000111111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAF5; }

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

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

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

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

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

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

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

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