#ECDBF9

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

Shades of Blue Chalk #ECDBF9

Tints of Blue Chalk #ECDBF9

Color information

#ECDBF9 (or 0xECDBF9) is unknown color: approx Blue Chalk. HEX triplet: EC, DB and F9. RGB value is (236,219,249). Sum of RGB (Red+Green+Blue) = 236+219+249=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECDBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBF9 is #132406. Grayscale: #E3E3E3. Windows color (decimal): -1254407 or 16374764. OLE color: 16374764.

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

Color convert

RGB236219249-
CMYK0.050.1200.02
HSL274º71.43%91.76%-
HSV(B)274º12.05%97.65%-
XYZ77.0275.34100.1-
YUV227.5140.13134.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 219 (85.94% from 255) = 31.11%
BLUE value IS 249 (97.66% from 255) = 35.37%
R=33.52%
G=31.11%
B=35.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362192490.050.1200.0227471.4391.76
HexECDBF95C02112475c
Octal35433337151402422107134
Binary111011001101101111111001101110001010001001010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBF9; }

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

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

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

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

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

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

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

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