#EDCDFE

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

Shades of Blue Chalk #EDCDFE

Tints of Blue Chalk #EDCDFE

Color information

#EDCDFE (or 0xEDCDFE) is unknown color: approx Blue Chalk. HEX triplet: ED, CD and FE. RGB value is (237,205,254). Sum of RGB (Red+Green+Blue) = 237+205+254=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDCDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDFE is #123201. Grayscale: #DBDBDB. Windows color (decimal): -1192450 or 16698861. OLE color: 16698861.

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

Color convert

RGB237205254-
CMYK0.070.1900.00
HSL279.18º96.08%90%-
HSV(B)279.18º19.29%99.61%-
XYZ74.6568.82103.12-
YUV220.15147.1140.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 205 (80.47% from 255) = 29.45%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=34.05%
G=29.45%
B=36.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372052540.070.1900.00279.1896.0890
HexEDCDFE71300117605a
Octal35531537672300427140132
Binary111011011100110111111110111100110010001011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDFE; }

 p { color: rgb(237,205,254); }

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

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

 a { background-color: rgb(237,205,254); }

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

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

 span { border-color: rgb(237,205,254); }

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