#EFD0FA

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

Shades of Blue Chalk #EFD0FA

Tints of Blue Chalk #EFD0FA

Color information

#EFD0FA (or 0xEFD0FA) is unknown color: approx Blue Chalk. HEX triplet: EF, D0 and FA. RGB value is (239,208,250). Sum of RGB (Red+Green+Blue) = 239+208+250=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 208 (81.64% from 255 or 29.84% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFD0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0FA is #102F05. Grayscale: #DDDDDD. Windows color (decimal): -1060614 or 16437487. OLE color: 16437487.

HSL color Cylindrical-coordinate representation of color #EFD0FA: hue angle of 284.29º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFD0FA is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239208250-
CMYK0.040.1700.02
HSL284.29º80.77%89.8%-
HSV(B)284.29º16.8%98.04%-
XYZ75.4170.36100.05-
YUV222.06143.77140.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 208 (81.64% from 255) = 29.84%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=34.29%
G=29.84%
B=35.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392082500.040.1700.02284.2980.7789.8
HexEFD0FA4110211c515a
Octal35732037242102434121132
Binary1110111111010000111110101001000101010001110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0FA; }

 p { color: rgb(239,208,250); }

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

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

 a { background-color: rgb(239,208,250); }

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

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

 span { border-color: rgb(239,208,250); }

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