Html Css Color HEX #D6CADD Titan White

📋 copy color: '#D6CADD'

red 214 ◦ green 202 ◦ blue 221

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

Shades of Titan White #D6CADD

Tints of Titan White #D6CADD

RGB

 RED value IS 214 (83.98% from 255) = 33.59%

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

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

R = 33.59%
G = 31.71%
B = 34.69%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6CADD (or 0xD6CADD) is known color: Titan White. HEX triplet: D6, CA and DD. RGB value is (214,202,221). Sum of RGB (Red+Green+Blue) = 214+202+221=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 202 (79.30% from 255 or 31.71% 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 #D6CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CADD is #293522. Grayscale: #CFCFCF. Windows color (decimal): -2700579 or 14535382. OLE color: 14535382.

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

Color convert

RGB 214 202 221 -
CMYK 0.03 0.09 0 0.13
HSL 277.89º 0.22% 0.83% -
HSV(B) 277.89º 0.09% 0.87% -
XYZ 61.9 61.76 77.06 -
YUV 207.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 214 202 221 0.03 0.09 0 0.13 277.89 0.22 0.83
Hex D6 CA DD 3 9 0 D 116 16 53
Octal 326 312 335 3 11 0 15 426 26 123
Binary 11010110 11001010 11011101 11 1001 0 1101 100010110 10110 1010011

Color Harmonies of #D6CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CADD

Black with #D6CADD

Text Example


Text Example

White with #D6CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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