Html Css Color HEX #D5C6DA Titan White

📋 copy color: '#D5C6DA'

red 213 ◦ green 198 ◦ blue 218

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

Shades of Titan White #D5C6DA

Tints of Titan White #D5C6DA

RGB

 RED value IS 213 (83.59% from 255) = 33.86%

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

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

R = 33.86%
G = 31.48%
B = 34.66%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5C6DA (or 0xD5C6DA) is known color: Titan White. HEX triplet: D5, C6 and DA. RGB value is (213,198,218). Sum of RGB (Red+Green+Blue) = 213+198+218=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5C6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6DA is #2A3925. Grayscale: #CCCCCC. Windows color (decimal): -2767142 or 14337749. OLE color: 14337749.

HSL color Cylindrical-coordinate representation of color #D5C6DA: hue angle of 285º 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 #D5C6DA is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 198 218 -
CMYK 0.02 0.09 0 0.15
HSL 285º 0.21% 0.82% -
HSV(B) 285º 0.09% 0.85% -
XYZ 60.29 59.6 74.66 -
YUV 204.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 213 198 218 0.02 0.09 0 0.15 285 0.21 0.82
Hex D5 C6 DA 2 9 0 F 11D 15 52
Octal 325 306 332 2 11 0 17 435 25 122
Binary 11010101 11000110 11011010 10 1001 0 1111 100011101 10101 1010010

Color Harmonies of #D5C6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C6DA

Black with #D5C6DA

Text Example


Text Example

White with #D5C6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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