#DEC6ED

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

Shades of Blue Chalk #DEC6ED

Tints of Blue Chalk #DEC6ED

Color information

#DEC6ED (or 0xDEC6ED) is unknown color: approx Blue Chalk. HEX triplet: DE, C6 and ED. RGB value is (222,198,237). Sum of RGB (Red+Green+Blue) = 222+198+237=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC6ED is #213912. Grayscale: #D1D1D1. Windows color (decimal): -2177299 or 15582942. OLE color: 15582942.

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

Color convert

RGB222198237-
CMYK0.060.1600.07
HSL276.92º52%85.29%-
HSV(B)276.92º16.46%92.94%-
XYZ65.662.0388.64-
YUV209.62143.45136.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 198 (77.73% from 255) = 30.14%
BLUE value IS 237 (92.97% from 255) = 36.07%
R=33.79%
G=30.14%
B=36.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221982370.060.1600.07276.925285.29
HexDEC6ED610071153455
Octal3363063556200742564125
Binary1101111011000110111011011101000001111000101011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6ED; }

 p { color: rgb(222,198,237); }

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

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

 a { background-color: rgb(222,198,237); }

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

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

 span { border-color: rgb(222,198,237); }

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