#DDCAE4

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

Shades of Titan White #DDCAE4

Tints of Titan White #DDCAE4

Color information

#DDCAE4 (or 0xDDCAE4) is unknown color: approx Titan White. HEX triplet: DD, CA and E4. RGB value is (221,202,228). Sum of RGB (Red+Green+Blue) = 221+202+228=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDCAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAE4 is #22351B. Grayscale: #D2D2D2. Windows color (decimal): -2241820 or 14994141. OLE color: 14994141.

HSL color Cylindrical-coordinate representation of color #DDCAE4: hue angle of 283.85º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCAE4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221202228-
CMYK0.030.1100.11
HSL283.85º32.5%84.31%-
HSV(B)283.85º11.4%89.41%-
XYZ64.9463.2182.18-
YUV210.64137.79135.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 228 (89.45% from 255) = 35.02%
R=33.95%
G=31.03%
B=35.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212022280.030.1100.11283.8532.584.31
HexDDCAE43B0B11c2054
Octal33531234431301343440124
Binary110111011100101011100100111011010111000111001000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAE4; }

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

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

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

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

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

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

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

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