Html Css Color HEX #D6C9DD Titan White

📋 copy color: '#D6C9DD'

red 214 ◦ green 201 ◦ blue 221

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

Shades of Titan White #D6C9DD

Tints of Titan White #D6C9DD

RGB

 RED value IS 214 (83.98% from 255) = 33.65%

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

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

R = 33.65%
G = 31.6%
B = 34.75%

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

#D6C9DD (or 0xD6C9DD) is known color: Titan White. HEX triplet: D6, C9 and DD. RGB value is (214,201,221). Sum of RGB (Red+Green+Blue) = 214+201+221=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9DD is #293622. Grayscale: #CFCFCF. Windows color (decimal): -2700835 or 14535126. OLE color: 14535126.

HSL color Cylindrical-coordinate representation of color #D6C9DD: hue angle of 279º 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 #D6C9DD is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 201 221 -
CMYK 0.03 0.09 0 0.13
HSL 279º 0.23% 0.83% -
HSV(B) 279º 0.09% 0.87% -
XYZ 61.67 61.29 76.99 -
YUV 207.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 214 201 221 0.03 0.09 0 0.13 279 0.23 0.83
Hex D6 C9 DD 3 9 0 D 117 17 53
Octal 326 311 335 3 11 0 15 427 27 123
Binary 11010110 11001001 11011101 11 1001 0 1101 100010111 10111 1010011

Color Harmonies of #D6C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C9DD

Black with #D6C9DD

Text Example


Text Example

White with #D6C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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