#EDD1FA

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

Shades of Blue Chalk #EDD1FA

Tints of Blue Chalk #EDD1FA

Color information

#EDD1FA (or 0xEDD1FA) is unknown color: approx Blue Chalk. HEX triplet: ED, D1 and FA. RGB value is (237,209,250). Sum of RGB (Red+Green+Blue) = 237+209+250=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 209 (82.03% from 255 or 30.03% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1FA is #122E05. Grayscale: #DDDDDD. Windows color (decimal): -1191430 or 16437741. OLE color: 16437741.

HSL color Cylindrical-coordinate representation of color #EDD1FA: hue angle of 280.98º 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 #EDD1FA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237209250-
CMYK0.050.1600.02
HSL280.98º80.39%90%-
HSV(B)280.98º16.4%98.04%-
XYZ74.9870.51100.1-
YUV222.05143.78138.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 209 (82.03% from 255) = 30.03%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=34.05%
G=30.03%
B=35.92%

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
Decimal2372092500.050.1600.02280.9880.3990
HexEDD1FA51002119505a
Octal35532137252002431120132
Binary1110110111010001111110101011000001010001100110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1FA; }

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

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

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

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

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

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

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

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