#EDDAF3

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

Shades of Blue Chalk #EDDAF3

Tints of Blue Chalk #EDDAF3

Color information

#EDDAF3 (or 0xEDDAF3) is unknown color: approx Blue Chalk. HEX triplet: ED, DA and F3. RGB value is (237,218,243). Sum of RGB (Red+Green+Blue) = 237+218+243=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDDAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAF3 is #12250C. Grayscale: #E2E2E2. Windows color (decimal): -1189133 or 15981293. OLE color: 15981293.

HSL color Cylindrical-coordinate representation of color #EDDAF3: hue angle of 285.6º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDAF3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237218243-
CMYK0.020.1000.05
HSL285.6º51.02%90.39%-
HSV(B)285.6º10.29%95.29%-
XYZ76.1774.6295.18-
YUV226.53137.29135.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 243 (95.31% from 255) = 34.81%
R=33.95%
G=31.23%
B=34.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372182430.020.1000.05285.651.0290.39
HexEDDAF32A0511e335a
Octal3553323632120543663132
Binary11101101110110101111001110101001011000111101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAF3; }

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

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

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

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

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

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

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

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