#EDD0FA

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

Shades of Blue Chalk #EDD0FA

Tints of Blue Chalk #EDD0FA

Color information

#EDD0FA (or 0xEDD0FA) is unknown color: approx Blue Chalk. HEX triplet: ED, D0 and FA. RGB value is (237,208,250). Sum of RGB (Red+Green+Blue) = 237+208+250=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 208 (81.64% from 255 or 29.93% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0FA is #122F05. Grayscale: #DDDDDD. Windows color (decimal): -1191686 or 16437485. OLE color: 16437485.

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

Color convert

RGB237208250-
CMYK0.050.1700.02
HSL281.43º80.77%89.8%-
HSV(B)281.43º16.8%98.04%-
XYZ74.7470.02100.02-
YUV221.46144.11139.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 208 (81.64% from 255) = 29.93%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=34.10%
G=29.93%
B=35.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372082500.050.1700.02281.4380.7789.8
HexEDD0FA51102119515a
Octal35532037252102431121132
Binary1110110111010000111110101011000101010001100110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0FA; }

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

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

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

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

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

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

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

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