#ECDBF2

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

Shades of Blue Chalk #ECDBF2

Tints of Blue Chalk #ECDBF2

Color information

#ECDBF2 (or 0xECDBF2) is unknown color: approx Blue Chalk. HEX triplet: EC, DB and F2. RGB value is (236,219,242). Sum of RGB (Red+Green+Blue) = 236+219+242=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECDBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBF2 is #13240D. Grayscale: #E2E2E2. Windows color (decimal): -1254414 or 15916012. OLE color: 15916012.

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

Color convert

RGB236219242-
CMYK0.020.1000.05
HSL284.35º46.94%90.39%-
HSV(B)284.35º9.5%94.9%-
XYZ75.9574.9194.46-
YUV226.7136.63134.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 219 (85.94% from 255) = 31.42%
BLUE value IS 242 (94.92% from 255) = 34.72%
R=33.86%
G=31.42%
B=34.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362192420.020.1000.05284.3546.9490.39
HexECDBF22A0511c2f5a
Octal3543333622120543457132
Binary11101100110110111111001010101001011000111001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBF2; }

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

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

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

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

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

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

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

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