Html Css Color HEX #D6C7DF Titan White

📋 copy color: '#D6C7DF'

red 214 ◦ green 199 ◦ blue 223

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

Shades of Titan White #D6C7DF

Tints of Titan White #D6C7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.06%

R = 33.65%
G = 31.29%
B = 35.06%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6C7DF (or 0xD6C7DF) is known color: Titan White. HEX triplet: D6, C7 and DF. RGB value is (214,199,223). Sum of RGB (Red+Green+Blue) = 214+199+223=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6C7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7DF is #293820. Grayscale: #CECECE. Windows color (decimal): -2701345 or 14665686. OLE color: 14665686.

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

Color convert

RGB 214 199 223 -
CMYK 0.04 0.11 0 0.13
HSL 277.5º 0.27% 0.83% -
HSV(B) 277.5º 0.11% 0.87% -
XYZ 61.47 60.47 78.24 -
YUV 206.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 214 199 223 0.04 0.11 0 0.13 277.5 0.27 0.83
Hex D6 C7 DF 4 B 0 D 116 1B 53
Octal 326 307 337 4 13 0 15 426 33 123
Binary 11010110 11000111 11011111 100 1011 0 1101 100010110 11011 1010011

Color Harmonies of #D6C7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C7DF

Black with #D6C7DF

Text Example


Text Example

White with #D6C7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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