#D4CADA

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

Shades of Titan White #D4CADA

Tints of Titan White #D4CADA

Color information

#D4CADA (or 0xD4CADA) is unknown color: approx Titan White. HEX triplet: D4, CA and DA. RGB value is (212,202,218). Sum of RGB (Red+Green+Blue) = 212+202+218=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CADA is #2B3525. Grayscale: #CECECE. Windows color (decimal): -2831654 or 14338772. OLE color: 14338772.

HSL color Cylindrical-coordinate representation of color #D4CADA: hue angle of 277.5º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4CADA is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212202218-
CMYK0.030.0700.15
HSL277.5º17.78%82.35%-
HSV(B)277.5º7.34%85.49%-
XYZ60.9361.374.95-
YUV206.81134.31131.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.54%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=33.54%
G=31.96%
B=34.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122022180.030.0700.15277.517.7882.35
HexD4CADA370F1161252
Octal3243123323701742622122
Binary1101010011001010110110101111101111100010110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CADA; }

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

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

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

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

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

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

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

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