Html Css Color HEX #D4CCC5 Swirl

📋 copy color: '#D4CCC5'

red 212 ◦ green 204 ◦ blue 197

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

Shades of Swirl #D4CCC5

Tints of Swirl #D4CCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.14%

R = 34.58%
G = 33.28%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D4CCC5 (or 0xD4CCC5) is known color: Swirl. HEX triplet: D4, CC and C5. RGB value is (212,204,197). Sum of RGB (Red+Green+Blue) = 212+204+197=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCC5 is #2B333A. Grayscale: #CDCDCD. Windows color (decimal): -2831163 or 12963028. OLE color: 12963028.

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

Color convert

RGB 212 204 197 -
CMYK 0 0.04 0.07 0.17
HSL 28º 0.15% 0.8% -
HSV(B) 28º 0.07% 0.83% -
XYZ 58.82 61.21 61.54 -
YUV 205.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 212 204 197 0 0.04 0.07 0.17 28 0.15 0.8
Hex D4 CC C5 0 4 7 11 1C F 50
Octal 324 314 305 0 4 7 21 34 17 120
Binary 11010100 11001100 11000101 0 100 111 10001 11100 1111 1010000

Color Harmonies of #D4CCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCC5

Black with #D4CCC5

Text Example


Text Example

White with #D4CCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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