#EDD0FF

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

Shades of Blue Chalk #EDD0FF

Tints of Blue Chalk #EDD0FF

Color information

#EDD0FF (or 0xEDD0FF) is unknown color: approx Blue Chalk. HEX triplet: ED, D0 and FF. RGB value is (237,208,255). Sum of RGB (Red+Green+Blue) = 237+208+255=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 208 (81.64% from 255 or 29.71% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDD0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0FF is #122F00. Grayscale: #DDDDDD. Windows color (decimal): -1191681 or 16765165. OLE color: 16765165.

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

Color convert

RGB237208255-
CMYK0.070.1800
HSL277.02º100%90.78%-
HSV(B)277.02º18.43%100%-
XYZ75.5370.34104.2-
YUV222.03146.61138.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 208 (81.64% from 255) = 29.71%
BLUE value IS 255 (100% from 255) = 36.43%
R=33.86%
G=29.71%
B=36.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372082550.070.1800277.0210090.78
HexEDD0FF71200115645b
Octal35532037772200425144133
Binary111011011101000011111111111100100010001010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0FF; }

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

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

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

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

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

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

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

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