#EDCAF4

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

Shades of Blue Chalk #EDCAF4

Tints of Blue Chalk #EDCAF4

Color information

#EDCAF4 (or 0xEDCAF4) is unknown color: approx Blue Chalk. HEX triplet: ED, CA and F4. RGB value is (237,202,244). Sum of RGB (Red+Green+Blue) = 237+202+244=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 244 (95.70% from 255 or 35.72% from 683); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDCAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAF4 is #12350B. Grayscale: #D9D9D9. Windows color (decimal): -1193228 or 16042733. OLE color: 16042733.

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

Color convert

RGB237202244-
CMYK0.030.1700.04
HSL290º65.62%87.45%-
HSV(B)290º17.21%95.69%-
XYZ72.3766.7894.66-
YUV217.25143.1142.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 202 (79.30% from 255) = 29.58%
BLUE value IS 244 (95.70% from 255) = 35.72%
R=34.70%
G=29.58%
B=35.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372022440.030.1700.0429065.6287.45
HexEDCAF4311041224257
Octal35531236432104442102127
Binary1110110111001010111101001110001010010010001010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAF4; }

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

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

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

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

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

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

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

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