#DEC1EC

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

Shades of Blue Chalk #DEC1EC

Tints of Blue Chalk #DEC1EC

Color information

#DEC1EC (or 0xDEC1EC) is unknown color: approx Blue Chalk. HEX triplet: DE, C1 and EC. RGB value is (222,193,236). Sum of RGB (Red+Green+Blue) = 222+193+236=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1EC is #213E13. Grayscale: #CECECE. Windows color (decimal): -2178580 or 15516126. OLE color: 15516126.

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

Color convert

RGB222193236-
CMYK0.060.1800.07
HSL280.47º53.09%84.12%-
HSV(B)280.47º18.22%92.55%-
XYZ64.3359.7387.49-
YUV206.57144.61139-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 193 (75.78% from 255) = 29.65%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=34.10%
G=29.65%
B=36.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221932360.060.1800.07280.4753.0984.12
HexDEC1EC612071183554
Octal3363013546220743065124
Binary1101111011000001111011001101001001111000110001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1EC; }

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

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

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

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

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

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

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

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