#ECCDF5

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

Shades of Blue Chalk #ECCDF5

Tints of Blue Chalk #ECCDF5

Color information

#ECCDF5 (or 0xECCDF5) is unknown color: approx Blue Chalk. HEX triplet: EC, CD and F5. RGB value is (236,205,245). Sum of RGB (Red+Green+Blue) = 236+205+245=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECCDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDF5 is #13320A. Grayscale: #DADADA. Windows color (decimal): -1257995 or 16109036. OLE color: 16109036.

HSL color Cylindrical-coordinate representation of color #ECCDF5: hue angle of 286.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECCDF5 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236205245-
CMYK0.040.1600.04
HSL286.5º66.67%88.24%-
HSV(B)286.5º16.33%96.08%-
XYZ72.968.0995.69-
YUV218.83142.77140.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 205 (80.47% from 255) = 29.88%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=34.40%
G=29.88%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362052450.040.1600.04286.566.6788.24
HexECCDF54100411e4358
Octal35431536542004436103130
Binary11101100110011011111010110010000010010001111010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDF5; }

 p { color: rgb(236,205,245); }

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

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

 a { background-color: rgb(236,205,245); }

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

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

 span { border-color: rgb(236,205,245); }

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