#DEC8EB

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

Shades of Blue Chalk #DEC8EB

Tints of Blue Chalk #DEC8EB

Color information

#DEC8EB (or 0xDEC8EB) is unknown color: approx Blue Chalk. HEX triplet: DE, C8 and EB. RGB value is (222,200,235). Sum of RGB (Red+Green+Blue) = 222+200+235=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC8EB is #213714. Grayscale: #D2D2D2. Windows color (decimal): -2176789 or 15452382. OLE color: 15452382.

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

Color convert

RGB222200235-
CMYK0.060.1500.08
HSL277.71º46.67%85.29%-
HSV(B)277.71º14.89%92.16%-
XYZ65.7762.8487.26-
YUV210.57141.79136.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 200 (78.52% from 255) = 30.44%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=33.79%
G=30.44%
B=35.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222002350.060.1500.08277.7146.6785.29
HexDEC8EB6F081162f55
Octal33631035361701042657125
Binary1101111011001000111010111101111010001000101101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC8EB; }

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

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

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

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

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

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

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

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