#EDCCF5

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

Shades of Blue Chalk #EDCCF5

Tints of Blue Chalk #EDCCF5

Color information

#EDCCF5 (or 0xEDCCF5) is unknown color: approx Blue Chalk. HEX triplet: ED, CC and F5. RGB value is (237,204,245). Sum of RGB (Red+Green+Blue) = 237+204+245=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDCCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCF5 is #12330A. Grayscale: #DADADA. Windows color (decimal): -1192715 or 16108781. OLE color: 16108781.

HSL color Cylindrical-coordinate representation of color #EDCCF5: hue angle of 288.29º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDCCF5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237204245-
CMYK0.030.1700.04
HSL288.29º67.21%88.04%-
HSV(B)288.29º16.73%96.08%-
XYZ7367.7895.62-
YUV218.54142.93141.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 204 (80.08% from 255) = 29.74%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=34.55%
G=29.74%
B=35.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372042450.030.1700.04288.2967.2188.04
HexEDCCF5311041204358
Octal35531436532104440103130
Binary1110110111001100111101011110001010010010000010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCF5; }

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

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

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

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

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

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

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

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