Html Css Color HEX #D7C6DD Titan White

📋 copy color: '#D7C6DD'

red 215 ◦ green 198 ◦ blue 221

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

Shades of Titan White #D7C6DD

Tints of Titan White #D7C6DD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.23%

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

R = 33.91%
G = 31.23%
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

#D7C6DD (or 0xD7C6DD) is known color: Titan White. HEX triplet: D7, C6 and DD. RGB value is (215,198,221). Sum of RGB (Red+Green+Blue) = 215+198+221=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 198 (77.73% from 255 or 31.23% 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 #D7C6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C6DD is #283922. Grayscale: #CDCDCD. Windows color (decimal): -2636067 or 14534359. OLE color: 14534359.

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

Color convert

RGB 215 198 221 -
CMYK 0.03 0.10 0 0.13
HSL 284.35º 0.25% 0.82% -
HSV(B) 284.35º 0.1% 0.87% -
XYZ 61.27 60.06 76.77 -
YUV 205.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 215 198 221 0.03 0.10 0 0.13 284.35 0.25 0.82
Hex D7 C6 DD 3 A 0 D 11C 19 52
Octal 327 306 335 3 12 0 15 434 31 122
Binary 11010111 11000110 11011101 11 1010 0 1101 100011100 11001 1010010

Color Harmonies of #D7C6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C6DD

Black with #D7C6DD

Text Example


Text Example

White with #D7C6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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