#DECCE5

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

Shades of Blue Chalk #DECCE5

Tints of Blue Chalk #DECCE5

Color information

#DECCE5 (or 0xDECCE5) is unknown color: approx Blue Chalk. HEX triplet: DE, CC and E5. RGB value is (222,204,229). Sum of RGB (Red+Green+Blue) = 222+204+229=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #DECCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCE5 is #21331A. Grayscale: #D4D4D4. Windows color (decimal): -2175771 or 15060190. OLE color: 15060190.

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

Color convert

RGB222204229-
CMYK0.030.1100.10
HSL283.2º32.47%84.9%-
HSV(B)283.2º10.92%89.8%-
XYZ65.8664.3783.08-
YUV212.23137.46134.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.89%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=33.89%
G=31.15%
B=34.96%

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
Decimal2222042290.030.1100.10283.232.4784.9
HexDECCE53B0A11b2055
Octal33631434531301243340125
Binary110111101100110011100101111011010101000110111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCE5; }

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

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

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

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

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

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

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

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