#DEC0EC

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

Shades of Blue Chalk #DEC0EC

Tints of Blue Chalk #DEC0EC

Color information

#DEC0EC (or 0xDEC0EC) is unknown color: approx Blue Chalk. HEX triplet: DE, C0 and EC. RGB value is (222,192,236). Sum of RGB (Red+Green+Blue) = 222+192+236=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0EC is #213F13. Grayscale: #CDCDCD. Windows color (decimal): -2178836 or 15515870. OLE color: 15515870.

HSL color Cylindrical-coordinate representation of color #DEC0EC: hue angle of 280.91º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEC0EC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222192236-
CMYK0.060.1900.07
HSL280.91º53.66%83.92%-
HSV(B)280.91º18.64%92.55%-
XYZ64.1159.2887.42-
YUV205.99144.94139.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 192 (75.39% from 255) = 29.54%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=34.15%
G=29.54%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221922360.060.1900.07280.9153.6683.92
HexDEC0EC613071193654
Octal3363003546230743166124
Binary1101111011000000111011001101001101111000110011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0EC; }

 p { color: rgb(222,192,236); }

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

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

 a { background-color: rgb(222,192,236); }

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

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

 span { border-color: rgb(222,192,236); }

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