#ECCEFD

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

Shades of Blue Chalk #ECCEFD

Tints of Blue Chalk #ECCEFD

Color information

#ECCEFD (or 0xECCEFD) is unknown color: approx Blue Chalk. HEX triplet: EC, CE and FD. RGB value is (236,206,253). Sum of RGB (Red+Green+Blue) = 236+206+253=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 206 (80.86% from 255 or 29.64% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECCEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEFD is #133102. Grayscale: #DCDCDC. Windows color (decimal): -1257731 or 16633580. OLE color: 16633580.

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

Color convert

RGB236206253-
CMYK0.070.1900.01
HSL278.3º92.16%90%-
HSV(B)278.3º18.58%99.22%-
XYZ74.3969.07102.34-
YUV220.33146.44139.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 206 (80.86% from 255) = 29.64%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=33.96%
G=29.64%
B=36.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362062530.070.1900.01278.392.1690
HexECCEFD713011165c5a
Octal35431637572301426134132
Binary111011001100111011111101111100110110001011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCEFD; }

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

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

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

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

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

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

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

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