#ECCBFA

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

Shades of Blue Chalk #ECCBFA

Tints of Blue Chalk #ECCBFA

Color information

#ECCBFA (or 0xECCBFA) is unknown color: approx Blue Chalk. HEX triplet: EC, CB and FA. RGB value is (236,203,250). Sum of RGB (Red+Green+Blue) = 236+203+250=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECCBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBFA is #133405. Grayscale: #DADADA. Windows color (decimal): -1258502 or 16436204. OLE color: 16436204.

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

Color convert

RGB236203250-
CMYK0.060.1900.02
HSL282.13º82.46%88.82%-
HSV(B)282.13º18.8%98.04%-
XYZ73.267.4599.6-
YUV218.22145.93140.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 203 (79.69% from 255) = 29.46%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=34.25%
G=29.46%
B=36.28%

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
Decimal2362032500.060.1900.02282.1382.4688.82
HexECCBFA6130211a5259
Octal35431337262302432122131
Binary1110110011001011111110101101001101010001101010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBFA; }

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

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

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

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

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

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

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

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