#EDCAF5

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

Shades of Blue Chalk #EDCAF5

Tints of Blue Chalk #EDCAF5

Color information

#EDCAF5 (or 0xEDCAF5) is unknown color: approx Blue Chalk. HEX triplet: ED, CA and F5. RGB value is (237,202,245). Sum of RGB (Red+Green+Blue) = 237+202+245=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDCAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAF5 is #12350A. Grayscale: #D9D9D9. Windows color (decimal): -1193227 or 16108269. OLE color: 16108269.

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

Color convert

RGB237202245-
CMYK0.030.1800.04
HSL288.84º68.25%87.65%-
HSV(B)288.84º17.55%96.08%-
XYZ72.5366.8495.46-
YUV217.37143.6142-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 202 (79.30% from 255) = 29.53%
BLUE value IS 245 (96.09% from 255) = 35.82%
R=34.65%
G=29.53%
B=35.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372022450.030.1800.04288.8468.2587.65
HexEDCAF5312041214458
Octal35531236532204441104130
Binary1110110111001010111101011110010010010010000110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAF5; }

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

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

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

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

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

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

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

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