#EDD1FF

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

Shades of Blue Chalk #EDD1FF

Tints of Blue Chalk #EDD1FF

Color information

#EDD1FF (or 0xEDD1FF) is unknown color: approx Blue Chalk. HEX triplet: ED, D1 and FF. RGB value is (237,209,255). Sum of RGB (Red+Green+Blue) = 237+209+255=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 209 (82.03% from 255 or 29.81% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDD1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1FF is #122E00. Grayscale: #DEDEDE. Windows color (decimal): -1191425 or 16765421. OLE color: 16765421.

HSL color Cylindrical-coordinate representation of color #EDD1FF: hue angle of 276.52º 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 #EDD1FF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237209255-
CMYK0.070.1800
HSL276.52º100%90.98%-
HSV(B)276.52º18.04%100%-
XYZ75.7870.83104.28-
YUV222.62146.28138.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 209 (82.03% from 255) = 29.81%
BLUE value IS 255 (100% from 255) = 36.38%
R=33.81%
G=29.81%
B=36.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372092550.070.1800276.5210090.98
HexEDD1FF71200115645b
Octal35532137772200425144133
Binary111011011101000111111111111100100010001010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1FF; }

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

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

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

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

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

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

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

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