#DECEEB

Color #DECEEB Titan White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Titan White #DECEEB

Tints of Titan White #DECEEB

Color information

#DECEEB (or 0xDECEEB) is unknown color: approx Titan White. HEX triplet: DE, CE and EB. RGB value is (222,206,235). Sum of RGB (Red+Green+Blue) = 222+206+235=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #DECEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECEEB is #213114. Grayscale: #D5D5D5. Windows color (decimal): -2175253 or 15453918. OLE color: 15453918.

HSL color Cylindrical-coordinate representation of color #DECEEB: hue angle of 273.1º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DECEEB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222206235-
CMYK0.060.1200.08
HSL273.1º42.03%86.47%-
HSV(B)273.1º12.34%92.16%-
XYZ67.1965.6787.73-
YUV214.09139.8133.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.48%
GREEN value IS 206 (80.86% from 255) = 31.07%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=33.48%
G=31.07%
B=35.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222062350.060.1200.08273.142.0386.47
HexDECEEB6C081112a56
Octal33631635361401042152126
Binary1101111011001110111010111101100010001000100011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEEB; }

 p { color: rgb(222,206,235); }

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

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

 a { background-color: rgb(222,206,235); }

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

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

 span { border-color: rgb(222,206,235); }

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