#EDD2FA

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

Shades of Blue Chalk #EDD2FA

Tints of Blue Chalk #EDD2FA

Color information

#EDD2FA (or 0xEDD2FA) is unknown color: approx Blue Chalk. HEX triplet: ED, D2 and FA. RGB value is (237,210,250). Sum of RGB (Red+Green+Blue) = 237+210+250=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 210 (82.42% from 255 or 30.13% 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 #EDD2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2FA is #122D05. Grayscale: #DEDEDE. Windows color (decimal): -1191174 or 16437997. OLE color: 16437997.

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

Color convert

RGB237210250-
CMYK0.050.1600.02
HSL280.5º80%90.2%-
HSV(B)280.5º16%98.04%-
XYZ75.2371100.18-
YUV222.63143.45138.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 210 (82.42% from 255) = 30.13%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=34.00%
G=30.13%
B=35.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372102500.050.1600.02280.58090.2
HexEDD2FA51002118505a
Octal35532237252002430120132
Binary1110110111010010111110101011000001010001100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2FA; }

 p { color: rgb(237,210,250); }

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

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

 a { background-color: rgb(237,210,250); }

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

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

 span { border-color: rgb(237,210,250); }

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