#ECDBF1

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

Shades of Blue Chalk #ECDBF1

Tints of Blue Chalk #ECDBF1

Color information

#ECDBF1 (or 0xECDBF1) is unknown color: approx Blue Chalk. HEX triplet: EC, DB and F1. RGB value is (236,219,241). Sum of RGB (Red+Green+Blue) = 236+219+241=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECDBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBF1 is #13240E. Grayscale: #E2E2E2. Windows color (decimal): -1254415 or 15850476. OLE color: 15850476.

HSL color Cylindrical-coordinate representation of color #ECDBF1: hue angle of 286.36º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECDBF1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236219241-
CMYK0.020.0900.05
HSL286.36º44%90.2%-
HSV(B)286.36º9.13%94.51%-
XYZ75.874.8593.67-
YUV226.59136.13134.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 219 (85.94% from 255) = 31.47%
BLUE value IS 241 (94.53% from 255) = 34.63%
R=33.91%
G=31.47%
B=34.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362192410.020.0900.05286.364490.2
HexECDBF1290511e2c5a
Octal3543333612110543654132
Binary11101100110110111111000110100101011000111101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBF1; }

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

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

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

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

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

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

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

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