Html Css Color HEX #D4C7DB Titan White

📋 copy color: '#D4C7DB'

red 212 ◦ green 199 ◦ blue 219

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

Shades of Titan White #D4C7DB

Tints of Titan White #D4C7DB

RGB

 RED value IS 212 (83.2% from 255) = 33.65%

 GREEN value IS 199 (78.13% from 255) = 31.59%

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

R = 33.65%
G = 31.59%
B = 34.76%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4C7DB (or 0xD4C7DB) is known color: Titan White. HEX triplet: D4, C7 and DB. RGB value is (212,199,219). Sum of RGB (Red+Green+Blue) = 212+199+219=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C7DB is #2B3824. Grayscale: #CDCDCD. Windows color (decimal): -2832421 or 14403540. OLE color: 14403540.

HSL color Cylindrical-coordinate representation of color #D4C7DB: hue angle of 279º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4C7DB is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 199 219 -
CMYK 0.03 0.09 0 0.14
HSL 279º 0.22% 0.82% -
HSV(B) 279º 0.09% 0.86% -
XYZ 60.36 59.96 75.41 -
YUV 205.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 212 199 219 0.03 0.09 0 0.14 279 0.22 0.82
Hex D4 C7 DB 3 9 0 E 117 16 52
Octal 324 307 333 3 11 0 16 427 26 122
Binary 11010100 11000111 11011011 11 1001 0 1110 100010111 10110 1010010

Color Harmonies of #D4C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C7DB

Black with #D4C7DB

Text Example


Text Example

White with #D4C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C7DB; }

 p { color: rgb(212,199,219); }

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

background-color css

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

 a { background-color: rgb(212,199,219); }

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

border-color css

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

 span { border-color: rgb(212,199,219); }

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