Html Css Color HEX #D7C9DD Titan White

📋 copy color: '#D7C9DD'

red 215 ◦ green 201 ◦ blue 221

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

Shades of Titan White #D7C9DD

Tints of Titan White #D7C9DD

RGB

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

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

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

R = 33.75%
G = 31.55%
B = 34.69%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7C9DD (or 0xD7C9DD) is known color: Titan White. HEX triplet: D7, C9 and DD. RGB value is (215,201,221). Sum of RGB (Red+Green+Blue) = 215+201+221=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C9DD is #283622. Grayscale: #CFCFCF. Windows color (decimal): -2635299 or 14535127. OLE color: 14535127.

HSL color Cylindrical-coordinate representation of color #D7C9DD: hue angle of 282º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7C9DD is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 201 221 -
CMYK 0.03 0.09 0 0.13
HSL 282º 0.23% 0.83% -
HSV(B) 282º 0.09% 0.87% -
XYZ 61.96 61.44 77 -
YUV 207.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 215 201 221 0.03 0.09 0 0.13 282 0.23 0.83
Hex D7 C9 DD 3 9 0 D 11A 17 53
Octal 327 311 335 3 11 0 15 432 27 123
Binary 11010111 11001001 11011101 11 1001 0 1101 100011010 10111 1010011

Color Harmonies of #D7C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C9DD

Black with #D7C9DD

Text Example


Text Example

White with #D7C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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