#ECCFFF

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

Shades of Blue Chalk #ECCFFF

Tints of Blue Chalk #ECCFFF

Color information

#ECCFFF (or 0xECCFFF) is unknown color: approx Blue Chalk. HEX triplet: EC, CF and FF. RGB value is (236,207,255). Sum of RGB (Red+Green+Blue) = 236+207+255=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECCFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFFF is #133000. Grayscale: #DCDCDC. Windows color (decimal): -1257473 or 16764908. OLE color: 16764908.

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

Color convert

RGB236207255-
CMYK0.070.1900
HSL276.25º100%90.59%-
HSV(B)276.25º18.82%100%-
XYZ74.9569.68104.11-
YUV221.14147.11138.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 207 (81.25% from 255) = 29.66%
BLUE value IS 255 (100% from 255) = 36.53%
R=33.81%
G=29.66%
B=36.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362072550.070.1900276.2510090.59
HexECCFFF71300114645b
Octal35431737772300424144133
Binary111011001100111111111111111100110010001010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFFF; }

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

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

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

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

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

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

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

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