#EDD0FE

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

Shades of Blue Chalk #EDD0FE

Tints of Blue Chalk #EDD0FE

Color information

#EDD0FE (or 0xEDD0FE) is unknown color: approx Blue Chalk. HEX triplet: ED, D0 and FE. RGB value is (237,208,254). Sum of RGB (Red+Green+Blue) = 237+208+254=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 208 (81.64% from 255 or 29.76% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDD0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0FE is #122F01. Grayscale: #DDDDDD. Windows color (decimal): -1191682 or 16699629. OLE color: 16699629.

HSL color Cylindrical-coordinate representation of color #EDD0FE: hue angle of 277.83º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDD0FE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237208254-
CMYK0.070.1800.00
HSL277.83º95.83%90.59%-
HSV(B)277.83º18.11%99.61%-
XYZ75.3770.27103.36-
YUV221.92146.11138.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.91%
GREEN value IS 208 (81.64% from 255) = 29.76%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=33.91%
G=29.76%
B=36.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372082540.070.1800.00277.8395.8390.59
HexEDD0FE71200116605b
Octal35532037672200426140133
Binary111011011101000011111110111100100010001011011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0FE; }

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

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

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

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

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

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

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

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