#ECCFFD

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

Shades of Blue Chalk #ECCFFD

Tints of Blue Chalk #ECCFFD

Color information

#ECCFFD (or 0xECCFFD) is unknown color: approx Blue Chalk. HEX triplet: EC, CF and FD. RGB value is (236,207,253). Sum of RGB (Red+Green+Blue) = 236+207+253=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECCFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFFD is #133002. Grayscale: #DCDCDC. Windows color (decimal): -1257475 or 16633836. OLE color: 16633836.

HSL color Cylindrical-coordinate representation of color #ECCFFD: hue angle of 277.83º 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 #ECCFFD is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236207253-
CMYK0.070.1800.01
HSL277.83º92%90.2%-
HSV(B)277.83º18.18%99.22%-
XYZ74.6369.55102.42-
YUV220.92146.11138.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 207 (81.25% from 255) = 29.74%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=33.91%
G=29.74%
B=36.35%

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
Decimal2362072530.070.1800.01277.839290.2
HexECCFFD712011165c5a
Octal35431737572201426134132
Binary111011001100111111111101111100100110001011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFFD; }

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

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

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

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

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

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

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

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