Html Css Color HEX #D6CCDB Titan White

📋 copy color: '#D6CCDB'

red 214 ◦ green 204 ◦ blue 219

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

Shades of Titan White #D6CCDB

Tints of Titan White #D6CCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.38%

R = 33.59%
G = 32.03%
B = 34.38%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6CCDB (or 0xD6CCDB) is known color: Titan White. HEX triplet: D6, CC and DB. RGB value is (214,204,219). Sum of RGB (Red+Green+Blue) = 214+204+219=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCDB is #293324. Grayscale: #D0D0D0. Windows color (decimal): -2700069 or 14404822. OLE color: 14404822.

HSL color Cylindrical-coordinate representation of color #D6CCDB: hue angle of 280º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6CCDB is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 204 219 -
CMYK 0.02 0.07 0 0.14
HSL 280º 0.17% 0.83% -
HSV(B) 280º 0.07% 0.86% -
XYZ 62.11 62.6 75.83 -
YUV 208.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 214 204 219 0.02 0.07 0 0.14 280 0.17 0.83
Hex D6 CC DB 2 7 0 E 118 11 53
Octal 326 314 333 2 7 0 16 430 21 123
Binary 11010110 11001100 11011011 10 111 0 1110 100011000 10001 1010011

Color Harmonies of #D6CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCDB

Black with #D6CCDB

Text Example


Text Example

White with #D6CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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