#ECDBFB

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

Shades of Blue Chalk #ECDBFB

Tints of Blue Chalk #ECDBFB

Color information

#ECDBFB (or 0xECDBFB) is unknown color: approx Blue Chalk. HEX triplet: EC, DB and FB. RGB value is (236,219,251). Sum of RGB (Red+Green+Blue) = 236+219+251=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECDBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBFB is #132404. Grayscale: #E3E3E3. Windows color (decimal): -1254405 or 16505836. OLE color: 16505836.

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

Color convert

RGB236219251-
CMYK0.060.1300.02
HSL271.88º80%92.16%-
HSV(B)271.88º12.75%98.43%-
XYZ77.3475.46101.76-
YUV227.73141.13133.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.43%
GREEN value IS 219 (85.94% from 255) = 31.02%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=33.43%
G=31.02%
B=35.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362192510.060.1300.02271.888092.16
HexECDBFB6D02110505c
Octal35433337361502420120134
Binary111011001101101111111011110110101010001000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBFB; }

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

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

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

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

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

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

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

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