#EDD8FF

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

Shades of Blue Chalk #EDD8FF

Tints of Blue Chalk #EDD8FF

Color information

#EDD8FF (or 0xEDD8FF) is unknown color: approx Blue Chalk. HEX triplet: ED, D8 and FF. RGB value is (237,216,255). Sum of RGB (Red+Green+Blue) = 237+216+255=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 216 (84.77% from 255 or 30.51% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDD8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8FF is #122700. Grayscale: #E2E2E2. Windows color (decimal): -1189633 or 16767213. OLE color: 16767213.

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

Color convert

RGB237216255-
CMYK0.070.1500
HSL272.31º100%92.35%-
HSV(B)272.31º15.29%100%-
XYZ77.5374.34104.87-
YUV226.72143.96135.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 216 (84.77% from 255) = 30.51%
BLUE value IS 255 (100% from 255) = 36.02%
R=33.47%
G=30.51%
B=36.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372162550.070.1500272.3110092.35
HexEDD8FF7F00110645c
Octal35533037771700420144134
Binary11101101110110001111111111111110010001000011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8FF; }

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

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

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

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

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

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

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

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