Html Css Color HEX #D5CAD9 Titan White

📋 copy color: '#D5CAD9'

red 213 ◦ green 202 ◦ blue 217

#D5CAD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Titan White #D5CAD9

Tints of Titan White #D5CAD9

RGB

 RED value IS 213 (83.59% from 255) = 33.7%

 GREEN value IS 202 (79.3% from 255) = 31.96%

 BLUE value IS 217 (85.16% from 255) = 34.34%

R = 33.7%
G = 31.96%
B = 34.34%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5CAD9 (or 0xD5CAD9) is known color: Titan White. HEX triplet: D5, CA and D9. RGB value is (213,202,217). Sum of RGB (Red+Green+Blue) = 213+202+217=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 217 - color contains mainly: blue. Hex color #D5CAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAD9 is #2A3526. Grayscale: #CECECE. Windows color (decimal): -2766119 or 14273237. OLE color: 14273237.

HSL color Cylindrical-coordinate representation of color #D5CAD9: hue angle of 284º degrees, saturation: 0.16, 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 #D5CAD9 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 202 217 -
CMYK 0.02 0.07 0 0.15
HSL 284º 0.16% 0.82% -
HSV(B) 284º 0.07% 0.85% -
XYZ 61.09 61.4 74.28 -
YUV 207 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 213 202 217 0.02 0.07 0 0.15 284 0.16 0.82
Hex D5 CA D9 2 7 0 F 11C 10 52
Octal 325 312 331 2 7 0 17 434 20 122
Binary 11010101 11001010 11011001 10 111 0 1111 100011100 10000 1010010

Color Harmonies of #D5CAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CAD9

Black with #D5CAD9

Text Example


Text Example

White with #D5CAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CAD9; }

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

 H1.HeaderClassName
 {
   color: #D5CAD9;
 }
 .AnyTagClassName
 {
   color: #D5CAD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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