#DDCEE5

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

Shades of Titan White #DDCEE5

Tints of Titan White #DDCEE5

Color information

#DDCEE5 (or 0xDDCEE5) is unknown color: approx Titan White. HEX triplet: DD, CE and E5. RGB value is (221,206,229). Sum of RGB (Red+Green+Blue) = 221+206+229=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 206 (80.86% from 255 or 31.40% 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 #DDCEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEE5 is #22311A. Grayscale: #D5D5D5. Windows color (decimal): -2240795 or 15060701. OLE color: 15060701.

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

Color convert

RGB221206229-
CMYK0.030.1000.10
HSL279.13º30.67%85.29%-
HSV(B)279.13º10.04%89.8%-
XYZ66.0365.1783.23-
YUV213.11136.97133.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 229 (89.84% from 255) = 34.91%
R=33.69%
G=31.40%
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
Decimal2212062290.030.1000.10279.1330.6785.29
HexDDCEE53A0A1171f55
Octal33531634531201242737125
Binary11011101110011101110010111101001010100010111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEE5; }

 p { color: rgb(221,206,229); }

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

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

 a { background-color: rgb(221,206,229); }

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

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

 span { border-color: rgb(221,206,229); }

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