Html Css Color HEX #D7C9DC Titan White

📋 copy color: '#D7C9DC'

red 215 ◦ green 201 ◦ blue 220

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

Shades of Titan White #D7C9DC

Tints of Titan White #D7C9DC

RGB

 RED value IS 215 (84.38% from 255) = 33.81%

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

 BLUE value IS 220 (86.33% from 255) = 34.59%

R = 33.81%
G = 31.6%
B = 34.59%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7C9DC (or 0xD7C9DC) is known color: Titan White. HEX triplet: D7, C9 and DC. RGB value is (215,201,220). Sum of RGB (Red+Green+Blue) = 215+201+220=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C9DC is #283623. Grayscale: #CFCFCF. Windows color (decimal): -2635300 or 14469591. OLE color: 14469591.

HSL color Cylindrical-coordinate representation of color #D7C9DC: hue angle of 284.21º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7C9DC is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 201 220 -
CMYK 0.02 0.09 0 0.14
HSL 284.21º 0.21% 0.83% -
HSV(B) 284.21º 0.09% 0.86% -
XYZ 61.83 61.39 76.3 -
YUV 207.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 215 201 220 0.02 0.09 0 0.14 284.21 0.21 0.83
Hex D7 C9 DC 2 9 0 E 11C 15 53
Octal 327 311 334 2 11 0 16 434 25 123
Binary 11010111 11001001 11011100 10 1001 0 1110 100011100 10101 1010011

Color Harmonies of #D7C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C9DC

Black with #D7C9DC

Text Example


Text Example

White with #D7C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C9DC; }

 p { color: rgb(215,201,220); }

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

background-color css

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

 a { background-color: rgb(215,201,220); }

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

border-color css

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

 span { border-color: rgb(215,201,220); }

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