#ECCBFE

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

Shades of Blue Chalk #ECCBFE

Tints of Blue Chalk #ECCBFE

Color information

#ECCBFE (or 0xECCBFE) is unknown color: approx Blue Chalk. HEX triplet: EC, CB and FE. RGB value is (236,203,254). Sum of RGB (Red+Green+Blue) = 236+203+254=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECCBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBFE is #133401. Grayscale: #DADADA. Windows color (decimal): -1258498 or 16698348. OLE color: 16698348.

HSL color Cylindrical-coordinate representation of color #ECCBFE: hue angle of 278.82º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECCBFE is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236203254-
CMYK0.070.2000.00
HSL278.82º96.23%89.61%-
HSV(B)278.82º20.08%99.61%-
XYZ73.8467.7102.94-
YUV218.68147.93140.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.05%
GREEN value IS 203 (79.69% from 255) = 29.29%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=34.05%
G=29.29%
B=36.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362032540.070.2000.00278.8296.2389.61
HexECCBFE71400117605a
Octal35431337672400427140132
Binary111011001100101111111110111101000010001011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBFE; }

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

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

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

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

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

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

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

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