#ECCFF8

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

Shades of Blue Chalk #ECCFF8

Tints of Blue Chalk #ECCFF8

Color information

#ECCFF8 (or 0xECCFF8) is unknown color: approx Blue Chalk. HEX triplet: EC, CF and F8. RGB value is (236,207,248). Sum of RGB (Red+Green+Blue) = 236+207+248=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECCFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFF8 is #133007. Grayscale: #DCDCDC. Windows color (decimal): -1257480 or 16306156. OLE color: 16306156.

HSL color Cylindrical-coordinate representation of color #ECCFF8: hue angle of 282.44º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECCFF8 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236207248-
CMYK0.050.1700.03
HSL282.44º74.55%89.22%-
HSV(B)282.44º16.53%97.25%-
XYZ73.8569.2498.28-
YUV220.34143.61139.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.15%
GREEN value IS 207 (81.25% from 255) = 29.96%
BLUE value IS 248 (97.27% from 255) = 35.89%
R=34.15%
G=29.96%
B=35.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362072480.050.1700.03282.4474.5589.22
HexECCFF85110311a4b59
Octal35431737052103432113131
Binary1110110011001111111110001011000101110001101010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFF8; }

 p { color: rgb(236,207,248); }

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

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

 a { background-color: rgb(236,207,248); }

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

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

 span { border-color: rgb(236,207,248); }

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