#EDCCFE

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

Shades of Blue Chalk #EDCCFE

Tints of Blue Chalk #EDCCFE

Color information

#EDCCFE (or 0xEDCCFE) is unknown color: approx Blue Chalk. HEX triplet: ED, CC and FE. RGB value is (237,204,254). Sum of RGB (Red+Green+Blue) = 237+204+254=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDCCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCFE is #123301. Grayscale: #DBDBDB. Windows color (decimal): -1192706 or 16698605. OLE color: 16698605.

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

Color convert

RGB237204254-
CMYK0.070.2000.00
HSL279.6º96.15%89.8%-
HSV(B)279.6º19.69%99.61%-
XYZ74.4168.35103.04-
YUV219.57147.43140.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 204 (80.08% from 255) = 29.35%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=34.10%
G=29.35%
B=36.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372042540.070.2000.00279.696.1589.8
HexEDCCFE71400118605a
Octal35531437672400430140132
Binary111011011100110011111110111101000010001100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCFE; }

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

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

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

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

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

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

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

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