Html Css Color HEX #D8CADD Titan White

📋 copy color: '#D8CADD'

red 216 ◦ green 202 ◦ blue 221

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

Shades of Titan White #D8CADD

Tints of Titan White #D8CADD

RGB

 RED value IS 216 (84.77% from 255) = 33.8%

 GREEN value IS 202 (79.3% from 255) = 31.61%

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

R = 33.8%
G = 31.61%
B = 34.59%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8CADD (or 0xD8CADD) is known color: Titan White. HEX triplet: D8, CA and DD. RGB value is (216,202,221). Sum of RGB (Red+Green+Blue) = 216+202+221=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 202 (79.30% from 255 or 31.61% 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 #D8CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CADD is #273522. Grayscale: #D0D0D0. Windows color (decimal): -2569507 or 14535384. OLE color: 14535384.

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

Color convert

RGB 216 202 221 -
CMYK 0.02 0.09 0 0.13
HSL 284.21º 0.22% 0.83% -
HSV(B) 284.21º 0.09% 0.87% -
XYZ 62.49 62.06 77.09 -
YUV 208.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 216 202 221 0.02 0.09 0 0.13 284.21 0.22 0.83
Hex D8 CA DD 2 9 0 D 11C 16 53
Octal 330 312 335 2 11 0 15 434 26 123
Binary 11011000 11001010 11011101 10 1001 0 1101 100011100 10110 1010011

Color Harmonies of #D8CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CADD

Black with #D8CADD

Text Example


Text Example

White with #D8CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CADD; }

 p { color: rgb(216,202,221); }

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

background-color css

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

 a { background-color: rgb(216,202,221); }

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

border-color css

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

 span { border-color: rgb(216,202,221); }

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