#DDCAE6

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

Shades of Titan White #DDCAE6

Tints of Titan White #DDCAE6

Color information

#DDCAE6 (or 0xDDCAE6) is unknown color: approx Titan White. HEX triplet: DD, CA and E6. RGB value is (221,202,230). Sum of RGB (Red+Green+Blue) = 221+202+230=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDCAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAE6 is #223519. Grayscale: #D2D2D2. Windows color (decimal): -2241818 or 15125213. OLE color: 15125213.

HSL color Cylindrical-coordinate representation of color #DDCAE6: hue angle of 280.71º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDCAE6 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221202230-
CMYK0.040.1200.10
HSL280.71º35.9%84.71%-
HSV(B)280.71º12.17%90.2%-
XYZ65.2263.3383.65-
YUV210.87138.79135.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 230 (90.23% from 255) = 35.22%
R=33.84%
G=30.93%
B=35.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212022300.040.1200.10280.7135.984.71
HexDDCAE64C0A1192455
Octal33531234641401243144125
Binary1101110111001010111001101001100010101000110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAE6; }

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

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

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

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

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

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

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

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