#EDDAF9

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

Shades of Blue Chalk #EDDAF9

Tints of Blue Chalk #EDDAF9

Color information

#EDDAF9 (or 0xEDDAF9) is unknown color: approx Blue Chalk. HEX triplet: ED, DA and F9. RGB value is (237,218,249). Sum of RGB (Red+Green+Blue) = 237+218+249=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDDAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAF9 is #122506. Grayscale: #E3E3E3. Windows color (decimal): -1189127 or 16374509. OLE color: 16374509.

HSL color Cylindrical-coordinate representation of color #EDDAF9: hue angle of 276.77º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDAF9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237218249-
CMYK0.050.1200.02
HSL276.77º72.09%91.57%-
HSV(B)276.77º12.45%97.65%-
XYZ77.174.99100.03-
YUV227.22140.29134.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 218 (85.55% from 255) = 30.97%
BLUE value IS 249 (97.66% from 255) = 35.37%
R=33.66%
G=30.97%
B=35.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372182490.050.1200.02276.7772.0991.57
HexEDDAF95C02115485c
Octal35533237151402425110134
Binary111011011101101011111001101110001010001010110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAF9; }

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

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

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

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

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

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

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

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