#ECDAFE

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

Shades of Blue Chalk #ECDAFE

Tints of Blue Chalk #ECDAFE

Color information

#ECDAFE (or 0xECDAFE) is unknown color: approx Blue Chalk. HEX triplet: EC, DA and FE. RGB value is (236,218,254). Sum of RGB (Red+Green+Blue) = 236+218+254=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAFE is #132501. Grayscale: #E3E3E3. Windows color (decimal): -1254658 or 16702188. OLE color: 16702188.

HSL color Cylindrical-coordinate representation of color #ECDAFE: hue angle of 270º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECDAFE is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236218254-
CMYK0.070.1400.00
HSL270º94.74%92.55%-
HSV(B)270º14.17%99.61%-
XYZ77.5575.13104.18-
YUV227.49142.96134.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 30.79%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=33.33%
G=30.79%
B=35.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362182540.070.1400.0027094.7492.55
HexECDAFE7E0010e5f5d
Octal35433237671600416137135
Binary11101100110110101111111011111100010000111010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAFE; }

 p { color: rgb(236,218,254); }

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

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

 a { background-color: rgb(236,218,254); }

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

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

 span { border-color: rgb(236,218,254); }

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