#ECCCFC

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

Shades of Blue Chalk #ECCCFC

Tints of Blue Chalk #ECCCFC

Color information

#ECCCFC (or 0xECCCFC) is unknown color: approx Blue Chalk. HEX triplet: EC, CC and FC. RGB value is (236,204,252). Sum of RGB (Red+Green+Blue) = 236+204+252=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 204 (80.08% from 255 or 29.48% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECCCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCFC is #133303. Grayscale: #DADADA. Windows color (decimal): -1258244 or 16567532. OLE color: 16567532.

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

Color convert

RGB236204252-
CMYK0.060.1900.01
HSL280º88.89%89.41%-
HSV(B)280º19.05%98.82%-
XYZ73.7668.05101.34-
YUV219.04146.6140.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 204 (80.08% from 255) = 29.48%
BLUE value IS 252 (98.83% from 255) = 36.42%
R=34.10%
G=29.48%
B=36.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362042520.060.1900.0128088.8989.41
HexECCCFC613011185959
Octal35431437462301430131131
Binary111011001100110011111100110100110110001100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCFC; }

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

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

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

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

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

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

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

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