#DECBE8

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

Shades of Blue Chalk #DECBE8

Tints of Blue Chalk #DECBE8

Color information

#DECBE8 (or 0xDECBE8) is unknown color: approx Blue Chalk. HEX triplet: DE, CB and E8. RGB value is (222,203,232). Sum of RGB (Red+Green+Blue) = 222+203+232=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 232 - color contains mainly: blue. Hex color #DECBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECBE8 is #213417. Grayscale: #D3D3D3. Windows color (decimal): -2176024 or 15256542. OLE color: 15256542.

HSL color Cylindrical-coordinate representation of color #DECBE8: hue angle of 279.31º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DECBE8 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222203232-
CMYK0.040.1200.09
HSL279.31º38.67%85.29%-
HSV(B)279.31º12.5%90.98%-
XYZ66.0564.0785.23-
YUV211.99139.29135.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 232 (91.02% from 255) = 35.31%
R=33.79%
G=30.90%
B=35.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222032320.040.1200.09279.3138.6785.29
HexDECBE84C091172755
Octal33631335041401142747125
Binary1101111011001011111010001001100010011000101111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBE8; }

 p { color: rgb(222,203,232); }

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

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

 a { background-color: rgb(222,203,232); }

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

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

 span { border-color: rgb(222,203,232); }

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