#ECCDF7

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

Shades of Blue Chalk #ECCDF7

Tints of Blue Chalk #ECCDF7

Color information

#ECCDF7 (or 0xECCDF7) is unknown color: approx Blue Chalk. HEX triplet: EC, CD and F7. RGB value is (236,205,247). Sum of RGB (Red+Green+Blue) = 236+205+247=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECCDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDF7 is #133208. Grayscale: #DADADA. Windows color (decimal): -1257993 or 16240108. OLE color: 16240108.

HSL color Cylindrical-coordinate representation of color #ECCDF7: hue angle of 284.29º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECCDF7 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236205247-
CMYK0.040.1700.03
HSL284.29º72.41%88.63%-
HSV(B)284.29º17%96.86%-
XYZ73.2168.2197.3-
YUV219.06143.77140.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 205 (80.47% from 255) = 29.80%
BLUE value IS 247 (96.88% from 255) = 35.90%
R=34.30%
G=29.80%
B=35.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362052470.040.1700.03284.2972.4188.63
HexECCDF74110311c4859
Octal35431536742103434110131
Binary1110110011001101111101111001000101110001110010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDF7; }

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

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

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

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

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

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

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

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