#ECCDFA

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

Shades of Blue Chalk #ECCDFA

Tints of Blue Chalk #ECCDFA

Color information

#ECCDFA (or 0xECCDFA) is unknown color: approx Blue Chalk. HEX triplet: EC, CD and FA. RGB value is (236,205,250). Sum of RGB (Red+Green+Blue) = 236+205+250=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECCDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDFA is #133205. Grayscale: #DBDBDB. Windows color (decimal): -1257990 or 16436716. OLE color: 16436716.

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

Color convert

RGB236205250-
CMYK0.060.1800.02
HSL281.33º81.82%89.22%-
HSV(B)281.33º18%98.04%-
XYZ73.6868.499.76-
YUV219.4145.27139.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.15%
GREEN value IS 205 (80.47% from 255) = 29.67%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=34.15%
G=29.67%
B=36.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362052500.060.1800.02281.3381.8289.22
HexECCDFA612021195259
Octal35431537262202431122131
Binary1110110011001101111110101101001001010001100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDFA; }

 p { color: rgb(236,205,250); }

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

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

 a { background-color: rgb(236,205,250); }

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

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

 span { border-color: rgb(236,205,250); }

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