#ECDBF7

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

Shades of Blue Chalk #ECDBF7

Tints of Blue Chalk #ECDBF7

Color information

#ECDBF7 (or 0xECDBF7) is unknown color: approx Blue Chalk. HEX triplet: EC, DB and F7. RGB value is (236,219,247). Sum of RGB (Red+Green+Blue) = 236+219+247=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECDBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBF7 is #132408. Grayscale: #E3E3E3. Windows color (decimal): -1254409 or 16243692. OLE color: 16243692.

HSL color Cylindrical-coordinate representation of color #ECDBF7: hue angle of 276.43º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECDBF7 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236219247-
CMYK0.040.1100.03
HSL276.43º63.64%91.37%-
HSV(B)276.43º11.34%96.86%-
XYZ76.7175.2198.47-
YUV227.27139.13134.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.62%
GREEN value IS 219 (85.94% from 255) = 31.20%
BLUE value IS 247 (96.88% from 255) = 35.19%
R=33.62%
G=31.20%
B=35.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362192470.040.1100.03276.4363.6491.37
HexECDBF74B03114405b
Octal35433336741303424100133
Binary111011001101101111110111100101101110001010010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBF7; }

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

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

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

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

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

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

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

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