Html Css Color HEX #D5C8DA Titan White

📋 copy color: '#D5C8DA'

red 213 ◦ green 200 ◦ blue 218

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

Shades of Titan White #D5C8DA

Tints of Titan White #D5C8DA

RGB

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

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

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

R = 33.76%
G = 31.7%
B = 34.55%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5C8DA (or 0xD5C8DA) is known color: Titan White. HEX triplet: D5, C8 and DA. RGB value is (213,200,218). Sum of RGB (Red+Green+Blue) = 213+200+218=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5C8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8DA is #2A3725. Grayscale: #CDCDCD. Windows color (decimal): -2766630 or 14338261. OLE color: 14338261.

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

Color convert

RGB 213 200 218 -
CMYK 0.02 0.08 0 0.15
HSL 283.33º 0.2% 0.82% -
HSV(B) 283.33º 0.08% 0.85% -
XYZ 60.75 60.52 74.81 -
YUV 205.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 213 200 218 0.02 0.08 0 0.15 283.33 0.2 0.82
Hex D5 C8 DA 2 8 0 F 11B 14 52
Octal 325 310 332 2 10 0 17 433 24 122
Binary 11010101 11001000 11011010 10 1000 0 1111 100011011 10100 1010010

Color Harmonies of #D5C8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C8DA

Black with #D5C8DA

Text Example


Text Example

White with #D5C8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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