#ECD5F8

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

Shades of Blue Chalk #ECD5F8

Tints of Blue Chalk #ECD5F8

Color information

#ECD5F8 (or 0xECD5F8) is unknown color: approx Blue Chalk. HEX triplet: EC, D5 and F8. RGB value is (236,213,248). Sum of RGB (Red+Green+Blue) = 236+213+248=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 213 (83.59% from 255 or 30.56% from 697); Blue value is 248 (97.27% from 255 or 35.58% from 697); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECD5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5F8 is #132A07. Grayscale: #DFDFDF. Windows color (decimal): -1255944 or 16307692. OLE color: 16307692.

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

Color convert

RGB236213248-
CMYK0.050.1400.03
HSL279.43º71.43%90.39%-
HSV(B)279.43º14.11%97.25%-
XYZ75.3372.298.77-
YUV223.87141.62136.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 213 (83.59% from 255) = 30.56%
BLUE value IS 248 (97.27% from 255) = 35.58%
R=33.86%
G=30.56%
B=35.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362132480.050.1400.03279.4371.4390.39
HexECD5F85E03117475a
Octal35432537051603427107132
Binary111011001101010111111000101111001110001011110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5F8; }

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

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

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

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

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

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

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

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