#EDCAFD

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

Shades of Blue Chalk #EDCAFD

Tints of Blue Chalk #EDCAFD

Color information

#EDCAFD (or 0xEDCAFD) is unknown color: approx Blue Chalk. HEX triplet: ED, CA and FD. RGB value is (237,202,253). Sum of RGB (Red+Green+Blue) = 237+202+253=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDCAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAFD is #123502. Grayscale: #DADADA. Windows color (decimal): -1193219 or 16632557. OLE color: 16632557.

HSL color Cylindrical-coordinate representation of color #EDCAFD: hue angle of 281.18º degrees, saturation: 0.93, 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 #EDCAFD is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237202253-
CMYK0.060.2000.01
HSL281.18º92.73%89.22%-
HSV(B)281.18º20.16%99.22%-
XYZ73.7867.34102.04-
YUV218.28147.6141.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 202 (79.30% from 255) = 29.19%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=34.25%
G=29.19%
B=36.56%

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
Decimal2372022530.060.2000.01281.1892.7389.22
HexEDCAFD614011195d59
Octal35531237562401431135131
Binary111011011100101011111101110101000110001100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAFD; }

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

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

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

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

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

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

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

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