#EDCAFC

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

Shades of Blue Chalk #EDCAFC

Tints of Blue Chalk #EDCAFC

Color information

#EDCAFC (or 0xEDCAFC) is unknown color: approx Blue Chalk. HEX triplet: ED, CA and FC. RGB value is (237,202,252). Sum of RGB (Red+Green+Blue) = 237+202+252=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 202 (79.30% from 255 or 29.23% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDCAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAFC is #123503. Grayscale: #D9D9D9. Windows color (decimal): -1193220 or 16567021. OLE color: 16567021.

HSL color Cylindrical-coordinate representation of color #EDCAFC: hue angle of 282º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDCAFC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237202252-
CMYK0.060.2000.01
HSL282º89.29%89.02%-
HSV(B)282º19.84%98.82%-
XYZ73.6267.27101.2-
YUV218.17147.1141.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 202 (79.30% from 255) = 29.23%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=34.30%
G=29.23%
B=36.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372022520.060.2000.0128289.2989.02
HexEDCAFC6140111a5959
Octal35531237462401432131131
Binary111011011100101011111100110101000110001101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAFC; }

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

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

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

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

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

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

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

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