#DECCE7

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

Shades of Blue Chalk #DECCE7

Tints of Blue Chalk #DECCE7

Color information

#DECCE7 (or 0xDECCE7) is unknown color: approx Blue Chalk. HEX triplet: DE, CC and E7. RGB value is (222,204,231). Sum of RGB (Red+Green+Blue) = 222+204+231=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 231 - color contains mainly: blue. Hex color #DECCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCE7 is #213318. Grayscale: #D4D4D4. Windows color (decimal): -2175769 or 15191262. OLE color: 15191262.

HSL color Cylindrical-coordinate representation of color #DECCE7: hue angle of 280º degrees, saturation: 0.36, 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 #DECCE7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222204231-
CMYK0.040.1200.09
HSL280º36%85.29%-
HSV(B)280º11.69%90.59%-
XYZ66.1464.4884.56-
YUV212.46138.46134.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 231 (90.62% from 255) = 35.16%
R=33.79%
G=31.05%
B=35.16%

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
Decimal2222042310.040.1200.092803685.29
HexDECCE74C091182455
Octal33631434741401143044125
Binary1101111011001100111001111001100010011000110001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCE7; }

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

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

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

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

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

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

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

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