Html Css Color HEX #D7C7DD Titan White

📋 copy color: '#D7C7DD'

red 215 ◦ green 199 ◦ blue 221

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

Shades of Titan White #D7C7DD

Tints of Titan White #D7C7DD

RGB

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

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

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

R = 33.86%
G = 31.34%
B = 34.8%

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

#D7C7DD (or 0xD7C7DD) is known color: Titan White. HEX triplet: D7, C7 and DD. RGB value is (215,199,221). Sum of RGB (Red+Green+Blue) = 215+199+221=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C7DD is #283822. Grayscale: #CECECE. Windows color (decimal): -2635811 or 14534615. OLE color: 14534615.

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

Color convert

RGB 215 199 221 -
CMYK 0.03 0.10 0 0.13
HSL 283.64º 0.24% 0.82% -
HSV(B) 283.64º 0.1% 0.87% -
XYZ 61.5 60.51 76.85 -
YUV 206.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 215 199 221 0.03 0.10 0 0.13 283.64 0.24 0.82
Hex D7 C7 DD 3 A 0 D 11C 18 52
Octal 327 307 335 3 12 0 15 434 30 122
Binary 11010111 11000111 11011101 11 1010 0 1101 100011100 11000 1010010

Color Harmonies of #D7C7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C7DD

Black with #D7C7DD

Text Example


Text Example

White with #D7C7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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