#DECDE6

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

Shades of Blue Chalk #DECDE6

Tints of Blue Chalk #DECDE6

Color information

#DECDE6 (or 0xDECDE6) is unknown color: approx Blue Chalk. HEX triplet: DE, CD and E6. RGB value is (222,205,230). Sum of RGB (Red+Green+Blue) = 222+205+230=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 230 - color contains mainly: blue. Hex color #DECDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECDE6 is #213219. Grayscale: #D4D4D4. Windows color (decimal): -2175514 or 15125982. OLE color: 15125982.

HSL color Cylindrical-coordinate representation of color #DECDE6: hue angle of 280.8º 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 #DECDE6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222205230-
CMYK0.030.1100.10
HSL280.8º33.33%85.29%-
HSV(B)280.8º10.87%90.2%-
XYZ66.2464.9183.9-
YUV212.93137.63134.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 205 (80.47% from 255) = 31.20%
BLUE value IS 230 (90.23% from 255) = 35.01%
R=33.79%
G=31.20%
B=35.01%

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
Decimal2222052300.030.1100.10280.833.3385.29
HexDECDE63B0A1192155
Octal33631534631301243141125
Binary110111101100110111100110111011010101000110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDE6; }

 p { color: rgb(222,205,230); }

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

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

 a { background-color: rgb(222,205,230); }

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

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

 span { border-color: rgb(222,205,230); }

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