#ECCBFC

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

Shades of Blue Chalk #ECCBFC

Tints of Blue Chalk #ECCBFC

Color information

#ECCBFC (or 0xECCBFC) is unknown color: approx Blue Chalk. HEX triplet: EC, CB and FC. RGB value is (236,203,252). Sum of RGB (Red+Green+Blue) = 236+203+252=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECCBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBFC is #133403. Grayscale: #DADADA. Windows color (decimal): -1258500 or 16567276. OLE color: 16567276.

HSL color Cylindrical-coordinate representation of color #ECCBFC: hue angle of 280.41º 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 #ECCBFC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236203252-
CMYK0.060.1900.01
HSL280.41º89.09%89.22%-
HSV(B)280.41º19.44%98.82%-
XYZ73.5267.57101.26-
YUV218.45146.93140.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.15%
GREEN value IS 203 (79.69% from 255) = 29.38%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=34.15%
G=29.38%
B=36.47%

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
Decimal2362032520.060.1900.01280.4189.0989.22
HexECCBFC613011185959
Octal35431337462301430131131
Binary111011001100101111111100110100110110001100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBFC; }

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

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

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

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

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

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

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

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