Html Css Color HEX #D5CDDA Titan White

📋 copy color: '#D5CDDA'

red 213 ◦ green 205 ◦ blue 218

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

Shades of Titan White #D5CDDA

Tints of Titan White #D5CDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.23%

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

R = 33.49%
G = 32.23%
B = 34.28%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5CDDA (or 0xD5CDDA) is known color: Titan White. HEX triplet: D5, CD and DA. RGB value is (213,205,218). Sum of RGB (Red+Green+Blue) = 213+205+218=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDDA is #2A3225. Grayscale: #D0D0D0. Windows color (decimal): -2765350 or 14339541. OLE color: 14339541.

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

Color convert

RGB 213 205 218 -
CMYK 0.02 0.06 0 0.15
HSL 276.92º 0.15% 0.83% -
HSV(B) 276.92º 0.06% 0.85% -
XYZ 61.93 62.87 75.2 -
YUV 208.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 213 205 218 0.02 0.06 0 0.15 276.92 0.15 0.83
Hex D5 CD DA 2 6 0 F 115 F 53
Octal 325 315 332 2 6 0 17 425 17 123
Binary 11010101 11001101 11011010 10 110 0 1111 100010101 1111 1010011

Color Harmonies of #D5CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CDDA

Black with #D5CDDA

Text Example


Text Example

White with #D5CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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