#ECCCF5

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

Shades of Blue Chalk #ECCCF5

Tints of Blue Chalk #ECCCF5

Color information

#ECCCF5 (or 0xECCCF5) is unknown color: approx Blue Chalk. HEX triplet: EC, CC and F5. RGB value is (236,204,245). Sum of RGB (Red+Green+Blue) = 236+204+245=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECCCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCF5 is #13330A. Grayscale: #DADADA. Windows color (decimal): -1258251 or 16108780. OLE color: 16108780.

HSL color Cylindrical-coordinate representation of color #ECCCF5: hue angle of 286.83º 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 #ECCCF5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236204245-
CMYK0.040.1700.04
HSL286.83º67.21%88.04%-
HSV(B)286.83º16.73%96.08%-
XYZ72.6767.6195.61-
YUV218.24143.1140.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 204 (80.08% from 255) = 29.78%
BLUE value IS 245 (96.09% from 255) = 35.77%
R=34.45%
G=29.78%
B=35.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362042450.040.1700.04286.8367.2188.04
HexECCCF54110411f4358
Octal35431436542104437103130
Binary11101100110011001111010110010001010010001111110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCF5; }

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

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

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

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

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

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

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

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