Html Css Color HEX #D7CBDD Titan White

📋 copy color: '#D7CBDD'

red 215 ◦ green 203 ◦ blue 221

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

Shades of Titan White #D7CBDD

Tints of Titan White #D7CBDD

RGB

 RED value IS 215 (84.38% from 255) = 33.65%

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

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

R = 33.65%
G = 31.77%
B = 34.59%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7CBDD (or 0xD7CBDD) is known color: Titan White. HEX triplet: D7, CB and DD. RGB value is (215,203,221). Sum of RGB (Red+Green+Blue) = 215+203+221=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBDD is #283422. Grayscale: #D0D0D0. Windows color (decimal): -2634787 or 14535639. OLE color: 14535639.

HSL color Cylindrical-coordinate representation of color #D7CBDD: hue angle of 280º 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 #D7CBDD is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 203 221 -
CMYK 0.03 0.08 0 0.13
HSL 280º 0.21% 0.83% -
HSV(B) 280º 0.08% 0.87% -
XYZ 62.43 62.38 77.16 -
YUV 208.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 215 203 221 0.03 0.08 0 0.13 280 0.21 0.83
Hex D7 CB DD 3 8 0 D 118 15 53
Octal 327 313 335 3 10 0 15 430 25 123
Binary 11010111 11001011 11011101 11 1000 0 1101 100011000 10101 1010011

Color Harmonies of #D7CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CBDD

Black with #D7CBDD

Text Example


Text Example

White with #D7CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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