#ECD8FF

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

Shades of Blue Chalk #ECD8FF

Tints of Blue Chalk #ECD8FF

Color information

#ECD8FF (or 0xECD8FF) is unknown color: approx Blue Chalk. HEX triplet: EC, D8 and FF. RGB value is (236,216,255). Sum of RGB (Red+Green+Blue) = 236+216+255=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 216 (84.77% from 255 or 30.55% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECD8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8FF is #132700. Grayscale: #E2E2E2. Windows color (decimal): -1255169 or 16767212. OLE color: 16767212.

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

Color convert

RGB236216255-
CMYK0.070.1500
HSL270.77º100%92.35%-
HSV(B)270.77º15.29%100%-
XYZ77.274.16104.85-
YUV226.43144.13134.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.38%
GREEN value IS 216 (84.77% from 255) = 30.55%
BLUE value IS 255 (100% from 255) = 36.07%
R=33.38%
G=30.55%
B=36.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362162550.070.1500270.7710092.35
HexECD8FF7F0010f645c
Octal35433037771700417144134
Binary11101100110110001111111111111110010000111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8FF; }

 p { color: rgb(236,216,255); }

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

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

 a { background-color: rgb(236,216,255); }

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

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

 span { border-color: rgb(236,216,255); }

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