#EDD3FA

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

Shades of Blue Chalk #EDD3FA

Tints of Blue Chalk #EDD3FA

Color information

#EDD3FA (or 0xEDD3FA) is unknown color: approx Blue Chalk. HEX triplet: ED, D3 and FA. RGB value is (237,211,250). Sum of RGB (Red+Green+Blue) = 237+211+250=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 211 (82.81% from 255 or 30.23% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3FA is #122C05. Grayscale: #DFDFDF. Windows color (decimal): -1190918 or 16438253. OLE color: 16438253.

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

Color convert

RGB237211250-
CMYK0.050.1600.02
HSL280º79.59%90.39%-
HSV(B)280º15.6%98.04%-
XYZ75.4771.5100.26-
YUV223.22143.11137.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 211 (82.81% from 255) = 30.23%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=33.95%
G=30.23%
B=35.82%

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
Decimal2372112500.050.1600.0228079.5990.39
HexEDD3FA51002118505a
Octal35532337252002430120132
Binary1110110111010011111110101011000001010001100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD3FA; }

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

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

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

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

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

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

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

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