#ECCDFB

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

Shades of Blue Chalk #ECCDFB

Tints of Blue Chalk #ECCDFB

Color information

#ECCDFB (or 0xECCDFB) is unknown color: approx Blue Chalk. HEX triplet: EC, CD and FB. RGB value is (236,205,251). Sum of RGB (Red+Green+Blue) = 236+205+251=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECCDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDFB is #133204. Grayscale: #DBDBDB. Windows color (decimal): -1257989 or 16502252. OLE color: 16502252.

HSL color Cylindrical-coordinate representation of color #ECCDFB: hue angle of 280.43º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECCDFB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236205251-
CMYK0.060.1800.02
HSL280.43º85.19%89.41%-
HSV(B)280.43º18.33%98.43%-
XYZ73.8468.46100.59-
YUV219.51145.77139.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 205 (80.47% from 255) = 29.62%
BLUE value IS 251 (98.44% from 255) = 36.27%
R=34.10%
G=29.62%
B=36.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362052510.060.1800.02280.4385.1989.41
HexECCDFB612021185559
Octal35431537362202430125131
Binary1110110011001101111110111101001001010001100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDFB; }

 p { color: rgb(236,205,251); }

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

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

 a { background-color: rgb(236,205,251); }

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

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

 span { border-color: rgb(236,205,251); }

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