#ECD9FE

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

Shades of Blue Chalk #ECD9FE

Tints of Blue Chalk #ECD9FE

Color information

#ECD9FE (or 0xECD9FE) is unknown color: approx Blue Chalk. HEX triplet: EC, D9 and FE. RGB value is (236,217,254). Sum of RGB (Red+Green+Blue) = 236+217+254=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECD9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9FE is #132601. Grayscale: #E2E2E2. Windows color (decimal): -1254914 or 16701932. OLE color: 16701932.

HSL color Cylindrical-coordinate representation of color #ECD9FE: hue angle of 270.81º 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 #ECD9FE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236217254-
CMYK0.070.1500.00
HSL270.81º94.87%92.35%-
HSV(B)270.81º14.57%99.61%-
XYZ77.2974.61104.09-
YUV226.9143.29134.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.38%
GREEN value IS 217 (85.16% from 255) = 30.69%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=33.38%
G=30.69%
B=35.93%

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
Decimal2362172540.070.1500.00270.8194.8792.35
HexECD9FE7F0010f5f5c
Octal35433137671700417137134
Binary11101100110110011111111011111110010000111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9FE; }

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

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

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

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

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

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

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

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