#ECCBF7

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

Shades of Blue Chalk #ECCBF7

Tints of Blue Chalk #ECCBF7

Color information

#ECCBF7 (or 0xECCBF7) is unknown color: approx Blue Chalk. HEX triplet: EC, CB and F7. RGB value is (236,203,247). Sum of RGB (Red+Green+Blue) = 236+203+247=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECCBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBF7 is #133408. Grayscale: #D9D9D9. Windows color (decimal): -1258505 or 16239596. OLE color: 16239596.

HSL color Cylindrical-coordinate representation of color #ECCBF7: hue angle of 285º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECCBF7 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236203247-
CMYK0.040.1800.03
HSL285º73.33%88.24%-
HSV(B)285º17.81%96.86%-
XYZ72.7467.2697.14-
YUV217.88144.43140.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 203 (79.69% from 255) = 29.59%
BLUE value IS 247 (96.88% from 255) = 36.01%
R=34.40%
G=29.59%
B=36.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362032470.040.1800.0328573.3388.24
HexECCBF74120311d4958
Octal35431336742203435111130
Binary1110110011001011111101111001001001110001110110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBF7; }

 p { color: rgb(236,203,247); }

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

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

 a { background-color: rgb(236,203,247); }

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

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

 span { border-color: rgb(236,203,247); }

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