#ECCAF4

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

Shades of Blue Chalk #ECCAF4

Tints of Blue Chalk #ECCAF4

Color information

#ECCAF4 (or 0xECCAF4) is unknown color: approx Blue Chalk. HEX triplet: EC, CA and F4. RGB value is (236,202,244). Sum of RGB (Red+Green+Blue) = 236+202+244=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECCAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAF4 is #13350B. Grayscale: #D8D8D8. Windows color (decimal): -1258764 or 16042732. OLE color: 16042732.

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

Color convert

RGB236202244-
CMYK0.030.1700.04
HSL288.57º65.62%87.45%-
HSV(B)288.57º17.21%95.69%-
XYZ72.0466.6194.65-
YUV216.95143.26141.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 202 (79.30% from 255) = 29.62%
BLUE value IS 244 (95.70% from 255) = 35.78%
R=34.60%
G=29.62%
B=35.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362022440.030.1700.04288.5765.6287.45
HexECCAF4311041214257
Octal35431236432104441102127
Binary1110110011001010111101001110001010010010000110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAF4; }

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

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

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

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

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

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

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

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