Html Css Color HEX #D5C8DC Titan White

📋 copy color: '#D5C8DC'

red 213 ◦ green 200 ◦ blue 220

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

Shades of Titan White #D5C8DC

Tints of Titan White #D5C8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.6%

 BLUE value IS 220 (86.33% from 255) = 34.76%

R = 33.65%
G = 31.6%
B = 34.76%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5C8DC (or 0xD5C8DC) is known color: Titan White. HEX triplet: D5, C8 and DC. RGB value is (213,200,220). Sum of RGB (Red+Green+Blue) = 213+200+220=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8DC is #2A3723. Grayscale: #CECECE. Windows color (decimal): -2766628 or 14469333. OLE color: 14469333.

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

Color convert

RGB 213 200 220 -
CMYK 0.03 0.09 0 0.14
HSL 279º 0.22% 0.82% -
HSV(B) 279º 0.09% 0.86% -
XYZ 61.01 60.62 76.2 -
YUV 206.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 213 200 220 0.03 0.09 0 0.14 279 0.22 0.82
Hex D5 C8 DC 3 9 0 E 117 16 52
Octal 325 310 334 3 11 0 16 427 26 122
Binary 11010101 11001000 11011100 11 1001 0 1110 100010111 10110 1010010

Color Harmonies of #D5C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C8DC

Black with #D5C8DC

Text Example


Text Example

White with #D5C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C8DC; }

 p { color: rgb(213,200,220); }

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

background-color css

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

 a { background-color: rgb(213,200,220); }

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

border-color css

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

 span { border-color: rgb(213,200,220); }

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