#EDCAFB

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

Shades of Blue Chalk #EDCAFB

Tints of Blue Chalk #EDCAFB

Color information

#EDCAFB (or 0xEDCAFB) is unknown color: approx Blue Chalk. HEX triplet: ED, CA and FB. RGB value is (237,202,251). Sum of RGB (Red+Green+Blue) = 237+202+251=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDCAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAFB is #123504. Grayscale: #D9D9D9. Windows color (decimal): -1193221 or 16501485. OLE color: 16501485.

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

Color convert

RGB237202251-
CMYK0.060.2000.02
HSL282.86º85.96%88.82%-
HSV(B)282.86º19.52%98.43%-
XYZ73.4667.21100.37-
YUV218.05146.6141.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 202 (79.30% from 255) = 29.28%
BLUE value IS 251 (98.44% from 255) = 36.38%
R=34.35%
G=29.28%
B=36.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372022510.060.2000.02282.8685.9688.82
HexEDCAFB6140211b5659
Octal35531237362402433126131
Binary1110110111001010111110111101010001010001101110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAFB; }

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

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

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

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

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

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

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

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