Html Css Color HEX #D6C7DD Titan White

📋 copy color: '#D6C7DD'

red 214 ◦ green 199 ◦ blue 221

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

Shades of Titan White #D6C7DD

Tints of Titan White #D6C7DD

RGB

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

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

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

R = 33.75%
G = 31.39%
B = 34.86%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6C7DD (or 0xD6C7DD) is known color: Titan White. HEX triplet: D6, C7 and DD. RGB value is (214,199,221). Sum of RGB (Red+Green+Blue) = 214+199+221=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7DD is #293822. Grayscale: #CDCDCD. Windows color (decimal): -2701347 or 14534614. OLE color: 14534614.

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

Color convert

RGB 214 199 221 -
CMYK 0.03 0.10 0 0.13
HSL 280.91º 0.24% 0.82% -
HSV(B) 280.91º 0.1% 0.87% -
XYZ 61.21 60.36 76.83 -
YUV 205.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 214 199 221 0.03 0.10 0 0.13 280.91 0.24 0.82
Hex D6 C7 DD 3 A 0 D 119 18 52
Octal 326 307 335 3 12 0 15 431 30 122
Binary 11010110 11000111 11011101 11 1010 0 1101 100011001 11000 1010010

Color Harmonies of #D6C7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C7DD

Black with #D6C7DD

Text Example


Text Example

White with #D6C7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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