#DECBE5

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

Shades of Blue Chalk #DECBE5

Tints of Blue Chalk #DECBE5

Color information

#DECBE5 (or 0xDECBE5) is unknown color: approx Blue Chalk. HEX triplet: DE, CB and E5. RGB value is (222,203,229). Sum of RGB (Red+Green+Blue) = 222+203+229=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 229 - color contains mainly: blue. Hex color #DECBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBE5 is #21341A. Grayscale: #D3D3D3. Windows color (decimal): -2176027 or 15059934. OLE color: 15059934.

HSL color Cylindrical-coordinate representation of color #DECBE5: hue angle of 283.85º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DECBE5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222203229-
CMYK0.030.1100.10
HSL283.85º33.33%84.71%-
HSV(B)283.85º11.35%89.8%-
XYZ65.6263.983-
YUV211.64137.79135.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 229 (89.84% from 255) = 35.02%
R=33.94%
G=31.04%
B=35.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222032290.030.1100.10283.8533.3384.71
HexDECBE53B0A11c2155
Octal33631334531301243441125
Binary110111101100101111100101111011010101000111001000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBE5; }

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

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

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

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

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

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

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

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