Html Css Color HEX #D4CCDA Titan White

📋 copy color: '#D4CCDA'

red 212 ◦ green 204 ◦ blue 218

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

Shades of Titan White #D4CCDA

Tints of Titan White #D4CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.38%

R = 33.44%
G = 32.18%
B = 34.38%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D4CCDA (or 0xD4CCDA) is known color: Titan White. HEX triplet: D4, CC and DA. RGB value is (212,204,218). Sum of RGB (Red+Green+Blue) = 212+204+218=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCDA is #2B3325. Grayscale: #CFCFCF. Windows color (decimal): -2831142 or 14339284. OLE color: 14339284.

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

Color convert

RGB 212 204 218 -
CMYK 0.03 0.06 0 0.15
HSL 274.29º 0.16% 0.83% -
HSV(B) 274.29º 0.06% 0.85% -
XYZ 61.4 62.24 75.11 -
YUV 207.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 212 204 218 0.03 0.06 0 0.15 274.29 0.16 0.83
Hex D4 CC DA 3 6 0 F 112 10 53
Octal 324 314 332 3 6 0 17 422 20 123
Binary 11010100 11001100 11011010 11 110 0 1111 100010010 10000 1010011

Color Harmonies of #D4CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCDA

Black with #D4CCDA

Text Example


Text Example

White with #D4CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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