Html Css Color HEX #D5C5DB Titan White

📋 copy color: '#D5C5DB'

red 213 ◦ green 197 ◦ blue 219

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

Shades of Titan White #D5C5DB

Tints of Titan White #D5C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.32%

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

R = 33.86%
G = 31.32%
B = 34.82%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5C5DB (or 0xD5C5DB) is known color: Titan White. HEX triplet: D5, C5 and DB. RGB value is (213,197,219). Sum of RGB (Red+Green+Blue) = 213+197+219=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C5DB is #2A3A24. Grayscale: #CCCCCC. Windows color (decimal): -2767397 or 14403029. OLE color: 14403029.

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

Color convert

RGB 213 197 219 -
CMYK 0.03 0.10 0 0.14
HSL 283.64º 0.23% 0.82% -
HSV(B) 283.64º 0.1% 0.86% -
XYZ 60.19 59.19 75.27 -
YUV 204.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 213 197 219 0.03 0.10 0 0.14 283.64 0.23 0.82
Hex D5 C5 DB 3 A 0 E 11C 17 52
Octal 325 305 333 3 12 0 16 434 27 122
Binary 11010101 11000101 11011011 11 1010 0 1110 100011100 10111 1010010

Color Harmonies of #D5C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C5DB

Black with #D5C5DB

Text Example


Text Example

White with #D5C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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