Html Css Color HEX #D5CDDB Titan White

📋 copy color: '#D5CDDB'

red 213 ◦ green 205 ◦ blue 219

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

Shades of Titan White #D5CDDB

Tints of Titan White #D5CDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.38%

R = 33.44%
G = 32.18%
B = 34.38%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5CDDB (or 0xD5CDDB) is known color: Titan White. HEX triplet: D5, CD and DB. RGB value is (213,205,219). Sum of RGB (Red+Green+Blue) = 213+205+219=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDDB is #2A3224. Grayscale: #D0D0D0. Windows color (decimal): -2765349 or 14405077. OLE color: 14405077.

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

Color convert

RGB 213 205 219 -
CMYK 0.03 0.06 0 0.14
HSL 274.29º 0.16% 0.83% -
HSV(B) 274.29º 0.06% 0.86% -
XYZ 62.06 62.92 75.89 -
YUV 208.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 213 205 219 0.03 0.06 0 0.14 274.29 0.16 0.83
Hex D5 CD DB 3 6 0 E 112 10 53
Octal 325 315 333 3 6 0 16 422 20 123
Binary 11010101 11001101 11011011 11 110 0 1110 100010010 10000 1010011

Color Harmonies of #D5CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CDDB

Black with #D5CDDB

Text Example


Text Example

White with #D5CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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