#DDCAE7

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

Shades of Titan White #DDCAE7

Tints of Titan White #DDCAE7

Color information

#DDCAE7 (or 0xDDCAE7) is unknown color: approx Titan White. HEX triplet: DD, CA and E7. RGB value is (221,202,231). Sum of RGB (Red+Green+Blue) = 221+202+231=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDCAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAE7 is #223518. Grayscale: #D2D2D2. Windows color (decimal): -2241817 or 15190749. OLE color: 15190749.

HSL color Cylindrical-coordinate representation of color #DDCAE7: hue angle of 279.31º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDCAE7 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221202231-
CMYK0.040.1300.09
HSL279.31º37.66%84.9%-
HSV(B)279.31º12.55%90.59%-
XYZ65.3663.3884.39-
YUV210.99139.29135.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 231 (90.62% from 255) = 35.32%
R=33.79%
G=30.89%
B=35.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212022310.040.1300.09279.3137.6684.9
HexDDCAE74D091172655
Octal33531234741501142746125
Binary1101110111001010111001111001101010011000101111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAE7; }

 p { color: rgb(221,202,231); }

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

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

 a { background-color: rgb(221,202,231); }

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

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

 span { border-color: rgb(221,202,231); }

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