#D4CADB

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

Shades of Titan White #D4CADB

Tints of Titan White #D4CADB

Color information

#D4CADB (or 0xD4CADB) is unknown color: approx Titan White. HEX triplet: D4, CA and DB. RGB value is (212,202,219). Sum of RGB (Red+Green+Blue) = 212+202+219=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CADB is #2B3524. Grayscale: #CECECE. Windows color (decimal): -2831653 or 14404308. OLE color: 14404308.

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

Color convert

RGB212202219-
CMYK0.030.0800.14
HSL275.29º19.1%82.55%-
HSV(B)275.29º7.76%85.88%-
XYZ61.0661.3575.64-
YUV206.93134.81131.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.49%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 219 (85.94% from 255) = 34.60%
R=33.49%
G=31.91%
B=34.60%

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
Decimal2122022190.030.0800.14275.2919.182.55
HexD4CADB380E1131353
Octal32431233331001642323123
Binary11010100110010101101101111100001110100010011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CADB; }

 p { color: rgb(212,202,219); }

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

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

 a { background-color: rgb(212,202,219); }

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

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

 span { border-color: rgb(212,202,219); }

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