#ECCAF3

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

Shades of Blue Chalk #ECCAF3

Tints of Blue Chalk #ECCAF3

Color information

#ECCAF3 (or 0xECCAF3) is unknown color: approx Blue Chalk. HEX triplet: EC, CA and F3. RGB value is (236,202,243). Sum of RGB (Red+Green+Blue) = 236+202+243=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECCAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAF3 is #13350C. Grayscale: #D8D8D8. Windows color (decimal): -1258765 or 15977196. OLE color: 15977196.

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

Color convert

RGB236202243-
CMYK0.030.1700.05
HSL289.76º63.08%87.25%-
HSV(B)289.76º16.87%95.29%-
XYZ71.8966.5493.85-
YUV216.84142.76141.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 202 (79.30% from 255) = 29.66%
BLUE value IS 243 (95.31% from 255) = 35.68%
R=34.65%
G=29.66%
B=35.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362022430.030.1700.05289.7663.0887.25
HexECCAF3311051223f57
Octal3543123633210544277127
Binary111011001100101011110011111000101011001000101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAF3; }

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

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

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

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

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

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

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

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