#EDCAFF

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

Shades of Blue Chalk #EDCAFF

Tints of Blue Chalk #EDCAFF

Color information

#EDCAFF (or 0xEDCAFF) is unknown color: approx Blue Chalk. HEX triplet: ED, CA and FF. RGB value is (237,202,255). Sum of RGB (Red+Green+Blue) = 237+202+255=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAFF is #123500. Grayscale: #DADADA. Windows color (decimal): -1193217 or 16763629. OLE color: 16763629.

HSL color Cylindrical-coordinate representation of color #EDCAFF: hue angle of 279.62º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDCAFF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237202255-
CMYK0.070.2100
HSL279.62º100%89.61%-
HSV(B)279.62º20.78%100%-
XYZ74.167.47103.72-
YUV218.51148.6141.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 202 (79.30% from 255) = 29.11%
BLUE value IS 255 (100% from 255) = 36.74%
R=34.15%
G=29.11%
B=36.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372022550.070.2100279.6210089.61
HexEDCAFF71500118645a
Octal35531237772500430144132
Binary111011011100101011111111111101010010001100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAFF; }

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

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

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

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

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

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

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

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