#ECDBF8

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

Shades of Blue Chalk #ECDBF8

Tints of Blue Chalk #ECDBF8

Color information

#ECDBF8 (or 0xECDBF8) is unknown color: approx Blue Chalk. HEX triplet: EC, DB and F8. RGB value is (236,219,248). Sum of RGB (Red+Green+Blue) = 236+219+248=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECDBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBF8 is #132407. Grayscale: #E3E3E3. Windows color (decimal): -1254408 or 16309228. OLE color: 16309228.

HSL color Cylindrical-coordinate representation of color #ECDBF8: hue angle of 275.17º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECDBF8 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236219248-
CMYK0.050.1200.03
HSL275.17º67.44%91.57%-
HSV(B)275.17º11.69%97.25%-
XYZ76.8775.2799.28-
YUV227.39139.63134.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.57%
GREEN value IS 219 (85.94% from 255) = 31.15%
BLUE value IS 248 (97.27% from 255) = 35.28%
R=33.57%
G=31.15%
B=35.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362192480.050.1200.03275.1767.4491.57
HexECDBF85C03113435c
Octal35433337051403423103134
Binary111011001101101111111000101110001110001001110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBF8; }

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

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

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

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

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

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

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

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