#ECC9FB

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

Shades of Blue Chalk #ECC9FB

Tints of Blue Chalk #ECC9FB

Color information

#ECC9FB (or 0xECC9FB) is unknown color: approx Blue Chalk. HEX triplet: EC, C9 and FB. RGB value is (236,201,251). Sum of RGB (Red+Green+Blue) = 236+201+251=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECC9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC9FB is #133604. Grayscale: #D9D9D9. Windows color (decimal): -1259013 or 16501228. OLE color: 16501228.

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

Color convert

RGB236201251-
CMYK0.060.2000.02
HSL282º86.21%88.63%-
HSV(B)282º19.92%98.43%-
XYZ72.8966.57100.27-
YUV217.16147.1141.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 201 (78.91% from 255) = 29.22%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=34.30%
G=29.22%
B=36.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362012510.060.2000.0228286.2188.63
HexECC9FB6140211a5659
Octal35431137362402432126131
Binary1110110011001001111110111101010001010001101010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC9FB; }

 p { color: rgb(236,201,251); }

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

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

 a { background-color: rgb(236,201,251); }

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

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

 span { border-color: rgb(236,201,251); }

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