#DEC8EC

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

Shades of Blue Chalk #DEC8EC

Tints of Blue Chalk #DEC8EC

Color information

#DEC8EC (or 0xDEC8EC) is unknown color: approx Blue Chalk. HEX triplet: DE, C8 and EC. RGB value is (222,200,236). Sum of RGB (Red+Green+Blue) = 222+200+236=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEC8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC8EC is #213713. Grayscale: #D2D2D2. Windows color (decimal): -2176788 or 15517918. OLE color: 15517918.

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

Color convert

RGB222200236-
CMYK0.060.1500.07
HSL276.67º48.65%85.49%-
HSV(B)276.67º15.25%92.55%-
XYZ65.9262.8988.02-
YUV210.68142.29136.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 200 (78.52% from 255) = 30.40%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=33.74%
G=30.40%
B=35.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222002360.060.1500.07276.6748.6585.49
HexDEC8EC6F071153155
Octal3363103546170742561125
Binary110111101100100011101100110111101111000101011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC8EC; }

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

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

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

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

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

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

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

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