Html Css Color HEX #D3C6DA Titan White

📋 copy color: '#D3C6DA'

red 211 ◦ green 198 ◦ blue 218

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

Shades of Titan White #D3C6DA

Tints of Titan White #D3C6DA

RGB

 RED value IS 211 (82.81% from 255) = 33.65%

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

 BLUE value IS 218 (85.55% from 255) = 34.77%

R = 33.65%
G = 31.58%
B = 34.77%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D3C6DA (or 0xD3C6DA) is known color: Titan White. HEX triplet: D3, C6 and DA. RGB value is (211,198,218). Sum of RGB (Red+Green+Blue) = 211+198+218=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3C6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C6DA is #2C3925. Grayscale: #CCCCCC. Windows color (decimal): -2898214 or 14337747. OLE color: 14337747.

HSL color Cylindrical-coordinate representation of color #D3C6DA: hue angle of 279º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3C6DA is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 198 218 -
CMYK 0.03 0.09 0 0.15
HSL 279º 0.21% 0.82% -
HSV(B) 279º 0.09% 0.85% -
XYZ 59.71 59.3 74.63 -
YUV 204.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 211 198 218 0.03 0.09 0 0.15 279 0.21 0.82
Hex D3 C6 DA 3 9 0 F 117 15 52
Octal 323 306 332 3 11 0 17 427 25 122
Binary 11010011 11000110 11011010 11 1001 0 1111 100010111 10101 1010010

Color Harmonies of #D3C6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C6DA

Black with #D3C6DA

Text Example


Text Example

White with #D3C6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C6DA; }

 p { color: rgb(211,198,218); }

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

background-color css

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

 a { background-color: rgb(211,198,218); }

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

border-color css

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

 span { border-color: rgb(211,198,218); }

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