#ECDBFC

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

Shades of Blue Chalk #ECDBFC

Tints of Blue Chalk #ECDBFC

Color information

#ECDBFC (or 0xECDBFC) is unknown color: approx Blue Chalk. HEX triplet: EC, DB and FC. RGB value is (236,219,252). Sum of RGB (Red+Green+Blue) = 236+219+252=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECDBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBFC is #132403. Grayscale: #E3E3E3. Windows color (decimal): -1254404 or 16571372. OLE color: 16571372.

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

Color convert

RGB236219252-
CMYK0.060.1300.01
HSL270.91º84.62%92.35%-
HSV(B)270.91º13.1%98.82%-
XYZ77.4975.52102.59-
YUV227.84141.63133.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.38%
GREEN value IS 219 (85.94% from 255) = 30.98%
BLUE value IS 252 (98.83% from 255) = 35.64%
R=33.38%
G=30.98%
B=35.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362192520.060.1300.01270.9184.6292.35
HexECDBFC6D0110f555c
Octal35433337461501417125134
Binary11101100110110111111110011011010110000111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBFC; }

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

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

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

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

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

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

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

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