#EDDAFE

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

Shades of Blue Chalk #EDDAFE

Tints of Blue Chalk #EDDAFE

Color information

#EDDAFE (or 0xEDDAFE) is unknown color: approx Blue Chalk. HEX triplet: ED, DA and FE. RGB value is (237,218,254). Sum of RGB (Red+Green+Blue) = 237+218+254=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAFE is #122501. Grayscale: #E3E3E3. Windows color (decimal): -1189122 or 16702189. OLE color: 16702189.

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

Color convert

RGB237218254-
CMYK0.070.1400.00
HSL271.67º94.74%92.55%-
HSV(B)271.67º14.17%99.61%-
XYZ77.8975.3104.2-
YUV227.78142.79134.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 218 (85.55% from 255) = 30.75%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=33.43%
G=30.75%
B=35.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372182540.070.1400.00271.6794.7492.55
HexEDDAFE7E001105f5d
Octal35533237671600420137135
Binary11101101110110101111111011111100010001000010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAFE; }

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

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

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

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

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

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

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

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