#ECCFF2

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

Shades of Blue Chalk #ECCFF2

Tints of Blue Chalk #ECCFF2

Color information

#ECCFF2 (or 0xECCFF2) is unknown color: approx Blue Chalk. HEX triplet: EC, CF and F2. RGB value is (236,207,242). Sum of RGB (Red+Green+Blue) = 236+207+242=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECCFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFF2 is #13300D. Grayscale: #DBDBDB. Windows color (decimal): -1257486 or 15912940. OLE color: 15912940.

HSL color Cylindrical-coordinate representation of color #ECCFF2: hue angle of 289.71º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCFF2 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236207242-
CMYK0.020.1400.05
HSL289.71º57.38%88.04%-
HSV(B)289.71º14.46%94.9%-
XYZ72.9368.8793.45-
YUV219.66140.61139.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 207 (81.25% from 255) = 30.22%
BLUE value IS 242 (94.92% from 255) = 35.33%
R=34.45%
G=30.22%
B=35.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362072420.020.1400.05289.7157.3888.04
HexECCFF22E051223958
Octal3543173622160544271130
Binary11101100110011111111001010111001011001000101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFF2; }

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

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

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

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

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

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

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

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