#DECCE9

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

Shades of Blue Chalk #DECCE9

Tints of Blue Chalk #DECCE9

Color information

#DECCE9 (or 0xDECCE9) is unknown color: approx Blue Chalk. HEX triplet: DE, CC and E9. RGB value is (222,204,233). Sum of RGB (Red+Green+Blue) = 222+204+233=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 233 - color contains mainly: blue. Hex color #DECCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCE9 is #213316. Grayscale: #D4D4D4. Windows color (decimal): -2175767 or 15322334. OLE color: 15322334.

HSL color Cylindrical-coordinate representation of color #DECCE9: hue angle of 277.24º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DECCE9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222204233-
CMYK0.050.1200.09
HSL277.24º39.73%85.69%-
HSV(B)277.24º12.45%91.37%-
XYZ66.4364.686.06-
YUV212.69139.46134.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 233 (91.41% from 255) = 35.36%
R=33.69%
G=30.96%
B=35.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222042330.050.1200.09277.2439.7385.69
HexDECCE95C091152856
Octal33631435151401142550126
Binary1101111011001100111010011011100010011000101011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCE9; }

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

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

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

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

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

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

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

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