#ECCDF9

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

Shades of Blue Chalk #ECCDF9

Tints of Blue Chalk #ECCDF9

Color information

#ECCDF9 (or 0xECCDF9) is unknown color: approx Blue Chalk. HEX triplet: EC, CD and F9. RGB value is (236,205,249). Sum of RGB (Red+Green+Blue) = 236+205+249=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECCDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDF9 is #133206. Grayscale: #DBDBDB. Windows color (decimal): -1257991 or 16371180. OLE color: 16371180.

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

Color convert

RGB236205249-
CMYK0.050.1800.02
HSL282.27º78.57%89.02%-
HSV(B)282.27º17.67%97.65%-
XYZ73.5268.3498.94-
YUV219.28144.77139.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.20%
GREEN value IS 205 (80.47% from 255) = 29.71%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=34.20%
G=29.71%
B=36.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362052490.050.1800.02282.2778.5789.02
HexECCDF95120211a4f59
Octal35431537152202432117131
Binary1110110011001101111110011011001001010001101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDF9; }

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

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

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

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

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

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

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

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