#ECD0FD

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

Shades of Blue Chalk #ECD0FD

Tints of Blue Chalk #ECD0FD

Color information

#ECD0FD (or 0xECD0FD) is unknown color: approx Blue Chalk. HEX triplet: EC, D0 and FD. RGB value is (236,208,253). Sum of RGB (Red+Green+Blue) = 236+208+253=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 208 (81.64% from 255 or 29.84% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0FD is #132F02. Grayscale: #DDDDDD. Windows color (decimal): -1257219 or 16634092. OLE color: 16634092.

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

Color convert

RGB236208253-
CMYK0.070.1800.01
HSL277.33º91.84%90.39%-
HSV(B)277.33º17.79%99.22%-
XYZ74.8870.04102.5-
YUV221.5145.78138.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 208 (81.64% from 255) = 29.84%
BLUE value IS 253 (99.22% from 255) = 36.30%
R=33.86%
G=29.84%
B=36.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362082530.070.1800.01277.3391.8490.39
HexECD0FD712011155c5a
Octal35432037572201425134132
Binary111011001101000011111101111100100110001010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0FD; }

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

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

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

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

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

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

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

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