Html Css Color HEX #D4C4CD Twilight

📋 copy color: '#D4C4CD'

red 212 ◦ green 196 ◦ blue 205

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

Shades of Twilight #D4C4CD

Tints of Twilight #D4C4CD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.97%

 BLUE value IS 205 (80.47% from 255) = 33.44%

R = 34.58%
G = 31.97%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4C4CD (or 0xD4C4CD) is known color: Twilight. HEX triplet: D4, C4 and CD. RGB value is (212,196,205). Sum of RGB (Red+Green+Blue) = 212+196+205=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C4CD is #2B3B32. Grayscale: #C9C9C9. Windows color (decimal): -2833203 or 13485268. OLE color: 13485268.

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

Color convert

RGB 212 196 205 -
CMYK 0 0.08 0.03 0.17
HSL 326.25º 0.16% 0.8% -
HSV(B) 326.25º 0.08% 0.83% -
XYZ 57.91 57.88 65.88 -
YUV 201.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 212 196 205 0 0.08 0.03 0.17 326.25 0.16 0.8
Hex D4 C4 CD 0 8 3 11 146 10 50
Octal 324 304 315 0 10 3 21 506 20 120
Binary 11010100 11000100 11001101 0 1000 11 10001 101000110 10000 1010000

Color Harmonies of #D4C4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C4CD

Black with #D4C4CD

Text Example


Text Example

White with #D4C4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C4CD; }

 p { color: rgb(212,196,205); }

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

background-color css

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

 a { background-color: rgb(212,196,205); }

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

border-color css

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

 span { border-color: rgb(212,196,205); }

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