#ECD7FE

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

Shades of Blue Chalk #ECD7FE

Tints of Blue Chalk #ECD7FE

Color information

#ECD7FE (or 0xECD7FE) is unknown color: approx Blue Chalk. HEX triplet: EC, D7 and FE. RGB value is (236,215,254). Sum of RGB (Red+Green+Blue) = 236+215+254=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 215 (84.38% from 255 or 30.50% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECD7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7FE is #132801. Grayscale: #E1E1E1. Windows color (decimal): -1255426 or 16701420. OLE color: 16701420.

HSL color Cylindrical-coordinate representation of color #ECD7FE: hue angle of 272.31º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECD7FE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236215254-
CMYK0.070.1500.00
HSL272.31º95.12%91.96%-
HSV(B)272.31º15.35%99.61%-
XYZ76.7873.59103.92-
YUV225.72143.96135.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.48%
GREEN value IS 215 (84.38% from 255) = 30.50%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=33.48%
G=30.50%
B=36.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362152540.070.1500.00272.3195.1291.96
HexECD7FE7F001105f5c
Octal35432737671700420137134
Binary11101100110101111111111011111110010001000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7FE; }

 p { color: rgb(236,215,254); }

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

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

 a { background-color: rgb(236,215,254); }

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

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

 span { border-color: rgb(236,215,254); }

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