Html Css Color HEX #D6C6BD Swirl

📋 copy color: '#D6C6BD'

red 214 ◦ green 198 ◦ blue 189

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

Shades of Swirl #D6C6BD

Tints of Swirl #D6C6BD

RGB

 RED value IS 214 (83.98% from 255) = 35.61%

 GREEN value IS 198 (77.73% from 255) = 32.95%

 BLUE value IS 189 (74.22% from 255) = 31.45%

R = 35.61%
G = 32.95%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6C6BD (or 0xD6C6BD) is known color: Swirl. HEX triplet: D6, C6 and BD. RGB value is (214,198,189). Sum of RGB (Red+Green+Blue) = 214+198+189=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6BD is #293942. Grayscale: #C9C9C9. Windows color (decimal): -2701635 or 12437206. OLE color: 12437206.

HSL color Cylindrical-coordinate representation of color #D6C6BD: hue angle of 21.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6C6BD is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 189 -
CMYK 0 0.07 0.12 0.16
HSL 21.6º 0.23% 0.79% -
HSV(B) 21.6º 0.12% 0.84% -
XYZ 57.11 58.36 56.4 -
YUV 201.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 214 198 189 0 0.07 0.12 0.16 21.6 0.23 0.79
Hex D6 C6 BD 0 7 C 10 16 17 4F
Octal 326 306 275 0 7 14 20 26 27 117
Binary 11010110 11000110 10111101 0 111 1100 10000 10110 10111 1001111

Color Harmonies of #D6C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C6BD

Black with #D6C6BD

Text Example


Text Example

White with #D6C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C6BD; }

 p { color: rgb(214,198,189); }

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

background-color css

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

 a { background-color: rgb(214,198,189); }

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

border-color css

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

 span { border-color: rgb(214,198,189); }

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