#ECCAFA

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

Shades of Blue Chalk #ECCAFA

Tints of Blue Chalk #ECCAFA

Color information

#ECCAFA (or 0xECCAFA) is unknown color: approx Blue Chalk. HEX triplet: EC, CA and FA. RGB value is (236,202,250). Sum of RGB (Red+Green+Blue) = 236+202+250=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 202 (79.30% from 255 or 29.36% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECCAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAFA is #133505. Grayscale: #D9D9D9. Windows color (decimal): -1258758 or 16435948. OLE color: 16435948.

HSL color Cylindrical-coordinate representation of color #ECCAFA: hue angle of 282.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECCAFA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236202250-
CMYK0.060.1900.02
HSL282.5º82.76%88.63%-
HSV(B)282.5º19.2%98.04%-
XYZ72.9766.9899.52-
YUV217.64146.26141.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 202 (79.30% from 255) = 29.36%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=34.30%
G=29.36%
B=36.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362022500.060.1900.02282.582.7688.63
HexECCAFA6130211a5359
Octal35431237262302432123131
Binary1110110011001010111110101101001101010001101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAFA; }

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

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

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

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

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

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

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

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