Html Css Color HEX #D4CCD8 Titan White

📋 copy color: '#D4CCD8'

red 212 ◦ green 204 ◦ blue 216

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

Shades of Titan White #D4CCD8

Tints of Titan White #D4CCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.18%

R = 33.54%
G = 32.28%
B = 34.18%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D4CCD8 (or 0xD4CCD8) is known color: Titan White. HEX triplet: D4, CC and D8. RGB value is (212,204,216). Sum of RGB (Red+Green+Blue) = 212+204+216=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCD8 is #2B3327. Grayscale: #CFCFCF. Windows color (decimal): -2831144 or 14208212. OLE color: 14208212.

HSL color Cylindrical-coordinate representation of color #D4CCD8: hue angle of 280º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4CCD8 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 204 216 -
CMYK 0.02 0.06 0 0.15
HSL 280º 0.13% 0.82% -
HSV(B) 280º 0.06% 0.85% -
XYZ 61.14 62.14 73.74 -
YUV 207.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 212 204 216 0.02 0.06 0 0.15 280 0.13 0.82
Hex D4 CC D8 2 6 0 F 118 D 52
Octal 324 314 330 2 6 0 17 430 15 122
Binary 11010100 11001100 11011000 10 110 0 1111 100011000 1101 1010010

Color Harmonies of #D4CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCD8

Black with #D4CCD8

Text Example


Text Example

White with #D4CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCD8; }

 p { color: rgb(212,204,216); }

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

background-color css

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

 a { background-color: rgb(212,204,216); }

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

border-color css

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

 span { border-color: rgb(212,204,216); }

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