#DECDE5

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

Shades of Blue Chalk #DECDE5

Tints of Blue Chalk #DECDE5

Color information

#DECDE5 (or 0xDECDE5) is unknown color: approx Blue Chalk. HEX triplet: DE, CD and E5. RGB value is (222,205,229). Sum of RGB (Red+Green+Blue) = 222+205+229=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 229 - color contains mainly: blue. Hex color #DECDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDE5 is #21321A. Grayscale: #D4D4D4. Windows color (decimal): -2175515 or 15060446. OLE color: 15060446.

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

Color convert

RGB222205229-
CMYK0.030.1000.10
HSL282.5º31.58%85.1%-
HSV(B)282.5º10.48%89.8%-
XYZ66.164.8583.16-
YUV212.82137.13134.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 205 (80.47% from 255) = 31.25%
BLUE value IS 229 (89.84% from 255) = 34.91%
R=33.84%
G=31.25%
B=34.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222052290.030.1000.10282.531.5885.1
HexDECDE53A0A11a2055
Octal33631534531201243240125
Binary110111101100110111100101111010010101000110101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDE5; }

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

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

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

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

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

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

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

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