#D5CADC

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

Shades of Titan White #D5CADC

Tints of Titan White #D5CADC

Color information

#D5CADC (or 0xD5CADC) is unknown color: approx Titan White. HEX triplet: D5, CA and DC. RGB value is (213,202,220). Sum of RGB (Red+Green+Blue) = 213+202+220=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CADC is #2A3523. Grayscale: #CFCFCF. Windows color (decimal): -2766116 or 14469845. OLE color: 14469845.

HSL color Cylindrical-coordinate representation of color #D5CADC: hue angle of 276.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5CADC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213202220-
CMYK0.030.0800.14
HSL276.67º20.45%82.75%-
HSV(B)276.67º8.18%86.27%-
XYZ61.4861.5576.35-
YUV207.34135.14132.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=33.54%
G=31.81%
B=34.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132022200.030.0800.14276.6720.4582.75
HexD5CADC380E1151453
Octal32531233431001642524123
Binary11010101110010101101110011100001110100010101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CADC; }

 p { color: rgb(213,202,220); }

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

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

 a { background-color: rgb(213,202,220); }

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

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

 span { border-color: rgb(213,202,220); }

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