#ECCCF3

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

Shades of Blue Chalk #ECCCF3

Tints of Blue Chalk #ECCCF3

Color information

#ECCCF3 (or 0xECCCF3) is unknown color: approx Blue Chalk. HEX triplet: EC, CC and F3. RGB value is (236,204,243). Sum of RGB (Red+Green+Blue) = 236+204+243=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECCCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCF3 is #13330C. Grayscale: #D9D9D9. Windows color (decimal): -1258253 or 15977708. OLE color: 15977708.

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

Color convert

RGB236204243-
CMYK0.030.1600.05
HSL289.23º61.9%87.65%-
HSV(B)289.23º16.05%95.29%-
XYZ72.3667.4994.01-
YUV218.01142.1140.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 204 (80.08% from 255) = 29.87%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=34.55%
G=29.87%
B=35.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362042430.030.1600.05289.2361.987.65
HexECCCF3310051213e58
Octal3543143633200544176130
Binary111011001100110011110011111000001011001000011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCF3; }

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

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

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

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

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

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

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

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