#ECD7FB

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

Shades of Blue Chalk #ECD7FB

Tints of Blue Chalk #ECD7FB

Color information

#ECD7FB (or 0xECD7FB) is unknown color: approx Blue Chalk. HEX triplet: EC, D7 and FB. RGB value is (236,215,251). Sum of RGB (Red+Green+Blue) = 236+215+251=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 215 (84.38% from 255 or 30.63% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECD7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7FB is #132804. Grayscale: #E1E1E1. Windows color (decimal): -1255429 or 16504812. OLE color: 16504812.

HSL color Cylindrical-coordinate representation of color #ECD7FB: hue angle of 275º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD7FB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236215251-
CMYK0.060.1400.02
HSL275º81.82%91.37%-
HSV(B)275º14.34%98.43%-
XYZ76.3173.4101.41-
YUV225.38142.46135.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.62%
GREEN value IS 215 (84.38% from 255) = 30.63%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=33.62%
G=30.63%
B=35.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362152510.060.1400.0227581.8291.37
HexECD7FB6E02113525b
Octal35432737361602423122133
Binary111011001101011111111011110111001010001001110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7FB; }

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

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

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

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

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

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

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

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