Html Css Color HEX #D6C7DB Titan White

📋 copy color: '#D6C7DB'

red 214 ◦ green 199 ◦ blue 219

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

Shades of Titan White #D6C7DB

Tints of Titan White #D6C7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.65%

R = 33.86%
G = 31.49%
B = 34.65%

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

#D6C7DB (or 0xD6C7DB) is known color: Titan White. HEX triplet: D6, C7 and DB. RGB value is (214,199,219). Sum of RGB (Red+Green+Blue) = 214+199+219=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7DB is #293824. Grayscale: #CDCDCD. Windows color (decimal): -2701349 or 14403542. OLE color: 14403542.

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

Color convert

RGB 214 199 219 -
CMYK 0.02 0.09 0 0.14
HSL 285º 0.22% 0.82% -
HSV(B) 285º 0.09% 0.86% -
XYZ 60.94 60.26 75.44 -
YUV 205.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 214 199 219 0.02 0.09 0 0.14 285 0.22 0.82
Hex D6 C7 DB 2 9 0 E 11D 16 52
Octal 326 307 333 2 11 0 16 435 26 122
Binary 11010110 11000111 11011011 10 1001 0 1110 100011101 10110 1010010

Color Harmonies of #D6C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C7DB

Black with #D6C7DB

Text Example


Text Example

White with #D6C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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