Html Css Color HEX #D5C7DD Titan White

📋 copy color: '#D5C7DD'

red 213 ◦ green 199 ◦ blue 221

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

Shades of Titan White #D5C7DD

Tints of Titan White #D5C7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.44%

 BLUE value IS 221 (86.72% from 255) = 34.91%

R = 33.65%
G = 31.44%
B = 34.91%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5C7DD (or 0xD5C7DD) is known color: Titan White. HEX triplet: D5, C7 and DD. RGB value is (213,199,221). Sum of RGB (Red+Green+Blue) = 213+199+221=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7DD is #2A3822. Grayscale: #CDCDCD. Windows color (decimal): -2766883 or 14534613. OLE color: 14534613.

HSL color Cylindrical-coordinate representation of color #D5C7DD: hue angle of 278.18º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5C7DD is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 199 221 -
CMYK 0.04 0.10 0 0.13
HSL 278.18º 0.24% 0.82% -
HSV(B) 278.18º 0.1% 0.87% -
XYZ 60.92 60.21 76.82 -
YUV 205.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 213 199 221 0.04 0.10 0 0.13 278.18 0.24 0.82
Hex D5 C7 DD 4 A 0 D 116 18 52
Octal 325 307 335 4 12 0 15 426 30 122
Binary 11010101 11000111 11011101 100 1010 0 1101 100010110 11000 1010010

Color Harmonies of #D5C7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C7DD

Black with #D5C7DD

Text Example


Text Example

White with #D5C7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C7DD; }

 p { color: rgb(213,199,221); }

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

background-color css

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

 a { background-color: rgb(213,199,221); }

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

border-color css

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

 span { border-color: rgb(213,199,221); }

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