#ECD3FB

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

Shades of Blue Chalk #ECD3FB

Tints of Blue Chalk #ECD3FB

Color information

#ECD3FB (or 0xECD3FB) is unknown color: approx Blue Chalk. HEX triplet: EC, D3 and FB. RGB value is (236,211,251). Sum of RGB (Red+Green+Blue) = 236+211+251=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 211 (82.81% from 255 or 30.23% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECD3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3FB is #132C04. Grayscale: #DEDEDE. Windows color (decimal): -1256453 or 16503788. OLE color: 16503788.

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

Color convert

RGB236211251-
CMYK0.060.1600.02
HSL277.5º83.33%90.59%-
HSV(B)277.5º15.94%98.43%-
XYZ75.371.39101.08-
YUV223.04143.78137.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 211 (82.81% from 255) = 30.23%
BLUE value IS 251 (98.44% from 255) = 35.96%
R=33.81%
G=30.23%
B=35.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362112510.060.1600.02277.583.3390.59
HexECD3FB61002116535b
Octal35432337362002426123133
Binary1110110011010011111110111101000001010001011010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3FB; }

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

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

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

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

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

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

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

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