#ECD6FD

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

Shades of Blue Chalk #ECD6FD

Tints of Blue Chalk #ECD6FD

Color information

#ECD6FD (or 0xECD6FD) is unknown color: approx Blue Chalk. HEX triplet: EC, D6 and FD. RGB value is (236,214,253). Sum of RGB (Red+Green+Blue) = 236+214+253=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6FD is #132902. Grayscale: #E0E0E0. Windows color (decimal): -1255683 or 16635628. OLE color: 16635628.

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

Color convert

RGB236214253-
CMYK0.070.1500.01
HSL273.85º90.7%91.57%-
HSV(B)273.85º15.42%99.22%-
XYZ76.3773.02103-
YUV225.02143.79135.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.57%
GREEN value IS 214 (83.98% from 255) = 30.44%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=33.57%
G=30.44%
B=35.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362142530.070.1500.01273.8590.791.57
HexECD6FD7F011125b5c
Octal35432637571701422133134
Binary11101100110101101111110111111110110001001010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6FD; }

 p { color: rgb(236,214,253); }

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

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

 a { background-color: rgb(236,214,253); }

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

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

 span { border-color: rgb(236,214,253); }

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