#ECCAFC

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

Shades of Blue Chalk #ECCAFC

Tints of Blue Chalk #ECCAFC

Color information

#ECCAFC (or 0xECCAFC) is unknown color: approx Blue Chalk. HEX triplet: EC, CA and FC. RGB value is (236,202,252). Sum of RGB (Red+Green+Blue) = 236+202+252=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECCAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAFC is #133503. Grayscale: #D9D9D9. Windows color (decimal): -1258756 or 16567020. OLE color: 16567020.

HSL color Cylindrical-coordinate representation of color #ECCAFC: hue angle of 280.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECCAFC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236202252-
CMYK0.060.2000.01
HSL280.8º89.29%89.02%-
HSV(B)280.8º19.84%98.82%-
XYZ73.2867.1101.19-
YUV217.87147.26140.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.20%
GREEN value IS 202 (79.30% from 255) = 29.28%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=34.20%
G=29.28%
B=36.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362022520.060.2000.01280.889.2989.02
HexECCAFC614011195959
Octal35431237462401431131131
Binary111011001100101011111100110101000110001100110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAFC; }

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

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

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

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

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

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

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

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