Html Css Color HEX #D5C9DB Titan White

📋 copy color: '#D5C9DB'

red 213 ◦ green 201 ◦ blue 219

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

Shades of Titan White #D5C9DB

Tints of Titan White #D5C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.75%

 BLUE value IS 219 (85.94% from 255) = 34.6%

R = 33.65%
G = 31.75%
B = 34.6%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5C9DB (or 0xD5C9DB) is known color: Titan White. HEX triplet: D5, C9 and DB. RGB value is (213,201,219). Sum of RGB (Red+Green+Blue) = 213+201+219=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 201 (78.91% from 255 or 31.75% 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 #D5C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9DB is #2A3624. Grayscale: #CECECE. Windows color (decimal): -2766373 or 14404053. OLE color: 14404053.

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

Color convert

RGB 213 201 219 -
CMYK 0.03 0.08 0 0.14
HSL 280º 0.2% 0.82% -
HSV(B) 280º 0.08% 0.86% -
XYZ 61.11 61.03 75.58 -
YUV 206.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 213 201 219 0.03 0.08 0 0.14 280 0.2 0.82
Hex D5 C9 DB 3 8 0 E 118 14 52
Octal 325 311 333 3 10 0 16 430 24 122
Binary 11010101 11001001 11011011 11 1000 0 1110 100011000 10100 1010010

Color Harmonies of #D5C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C9DB

Black with #D5C9DB

Text Example


Text Example

White with #D5C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C9DB; }

 p { color: rgb(213,201,219); }

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

background-color css

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

 a { background-color: rgb(213,201,219); }

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

border-color css

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

 span { border-color: rgb(213,201,219); }

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