Html Css Color HEX #D6CCDD Titan White

📋 copy color: '#D6CCDD'

red 214 ◦ green 204 ◦ blue 221

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

Shades of Titan White #D6CCDD

Tints of Titan White #D6CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.92%

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

R = 33.49%
G = 31.92%
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

#D6CCDD (or 0xD6CCDD) is known color: Titan White. HEX triplet: D6, CC and DD. RGB value is (214,204,221). Sum of RGB (Red+Green+Blue) = 214+204+221=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 204 (80.08% from 255 or 31.92% 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 #D6CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCDD is #293322. Grayscale: #D0D0D0. Windows color (decimal): -2700067 or 14535894. OLE color: 14535894.

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

Color convert

RGB 214 204 221 -
CMYK 0.03 0.08 0 0.13
HSL 275.29º 0.2% 0.83% -
HSV(B) 275.29º 0.08% 0.87% -
XYZ 62.38 62.7 77.22 -
YUV 208.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 214 204 221 0.03 0.08 0 0.13 275.29 0.2 0.83
Hex D6 CC DD 3 8 0 D 113 14 53
Octal 326 314 335 3 10 0 15 423 24 123
Binary 11010110 11001100 11011101 11 1000 0 1101 100010011 10100 1010011

Color Harmonies of #D6CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCDD

Black with #D6CCDD

Text Example


Text Example

White with #D6CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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