#DEC6EB

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

Shades of Blue Chalk #DEC6EB

Tints of Blue Chalk #DEC6EB

Color information

#DEC6EB (or 0xDEC6EB) is unknown color: approx Blue Chalk. HEX triplet: DE, C6 and EB. RGB value is (222,198,235). Sum of RGB (Red+Green+Blue) = 222+198+235=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC6EB is #213914. Grayscale: #D1D1D1. Windows color (decimal): -2177301 or 15451870. OLE color: 15451870.

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

Color convert

RGB222198235-
CMYK0.060.1600.08
HSL278.92º48.05%84.9%-
HSV(B)278.92º15.74%92.16%-
XYZ65.3161.9287.11-
YUV209.39142.45136.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.89%
GREEN value IS 198 (77.73% from 255) = 30.23%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=33.89%
G=30.23%
B=35.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221982350.060.1600.08278.9248.0584.9
HexDEC6EB610081173055
Octal33630635362001042760125
Binary11011110110001101110101111010000010001000101111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6EB; }

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

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

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

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

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

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

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

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