#DEC4EC

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

Shades of Blue Chalk #DEC4EC

Tints of Blue Chalk #DEC4EC

Color information

#DEC4EC (or 0xDEC4EC) is unknown color: approx Blue Chalk. HEX triplet: DE, C4 and EC. RGB value is (222,196,236). Sum of RGB (Red+Green+Blue) = 222+196+236=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEC4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC4EC is #213B13. Grayscale: #D0D0D0. Windows color (decimal): -2177812 or 15516894. OLE color: 15516894.

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

Color convert

RGB222196236-
CMYK0.060.1700.07
HSL279º51.28%84.71%-
HSV(B)279º16.95%92.55%-
XYZ6561.0787.72-
YUV208.33143.61137.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 196 (76.95% from 255) = 29.97%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=33.94%
G=29.97%
B=36.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221962360.060.1700.0727951.2884.71
HexDEC4EC611071173355
Octal3363043546210742763125
Binary1101111011000100111011001101000101111000101111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4EC; }

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

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

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

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

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

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

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

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