#EDCAF8

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

Shades of Blue Chalk #EDCAF8

Tints of Blue Chalk #EDCAF8

Color information

#EDCAF8 (or 0xEDCAF8) is unknown color: approx Blue Chalk. HEX triplet: ED, CA and F8. RGB value is (237,202,248). Sum of RGB (Red+Green+Blue) = 237+202+248=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDCAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAF8 is #123507. Grayscale: #D9D9D9. Windows color (decimal): -1193224 or 16304877. OLE color: 16304877.

HSL color Cylindrical-coordinate representation of color #EDCAF8: hue angle of 285.65º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCAF8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237202248-
CMYK0.040.1900.03
HSL285.65º76.67%88.24%-
HSV(B)285.65º18.55%97.25%-
XYZ72.9967.0297.9-
YUV217.71145.1141.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 202 (79.30% from 255) = 29.40%
BLUE value IS 248 (97.27% from 255) = 36.10%
R=34.50%
G=29.40%
B=36.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372022480.040.1900.03285.6576.6788.24
HexEDCAF84130311e4d58
Octal35531237042303436115130
Binary1110110111001010111110001001001101110001111010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAF8; }

 p { color: rgb(237,202,248); }

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

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

 a { background-color: rgb(237,202,248); }

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

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

 span { border-color: rgb(237,202,248); }

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