Html Css Color HEX #D5CBDD Titan White

📋 copy color: '#D5CBDD'

red 213 ◦ green 203 ◦ blue 221

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

Shades of Titan White #D5CBDD

Tints of Titan White #D5CBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.87%

 BLUE value IS 221 (86.72% from 255) = 34.69%

R = 33.44%
G = 31.87%
B = 34.69%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5CBDD (or 0xD5CBDD) is known color: Titan White. HEX triplet: D5, CB and DD. RGB value is (213,203,221). Sum of RGB (Red+Green+Blue) = 213+203+221=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBDD is #2A3422. Grayscale: #CFCFCF. Windows color (decimal): -2765859 or 14535637. OLE color: 14535637.

HSL color Cylindrical-coordinate representation of color #D5CBDD: hue angle of 273.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5CBDD is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 203 221 -
CMYK 0.04 0.08 0 0.13
HSL 273.33º 0.21% 0.83% -
HSV(B) 273.33º 0.08% 0.87% -
XYZ 61.85 62.08 77.13 -
YUV 208.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 213 203 221 0.04 0.08 0 0.13 273.33 0.21 0.83
Hex D5 CB DD 4 8 0 D 111 15 53
Octal 325 313 335 4 10 0 15 421 25 123
Binary 11010101 11001011 11011101 100 1000 0 1101 100010001 10101 1010011

Color Harmonies of #D5CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBDD

Black with #D5CBDD

Text Example


Text Example

White with #D5CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBDD; }

 p { color: rgb(213,203,221); }

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

background-color css

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

 a { background-color: rgb(213,203,221); }

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

border-color css

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

 span { border-color: rgb(213,203,221); }

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