Html Css Color HEX #D6D1CC Swirl

📋 copy color: '#D6D1CC'

red 214 ◦ green 209 ◦ blue 204

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

Shades of Swirl #D6D1CC

Tints of Swirl #D6D1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.33%

 BLUE value IS 204 (80.08% from 255) = 32.54%

R = 34.13%
G = 33.33%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6D1CC (or 0xD6D1CC) is known color: Swirl. HEX triplet: D6, D1 and CC. RGB value is (214,209,204). Sum of RGB (Red+Green+Blue) = 214+209+204=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1CC is #292E33. Grayscale: #D1D1D1. Windows color (decimal): -2698804 or 13423062. OLE color: 13423062.

HSL color Cylindrical-coordinate representation of color #D6D1CC: hue angle of 30º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6D1CC is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 209 204 -
CMYK 0 0.02 0.05 0.16
HSL 30º 0.11% 0.82% -
HSV(B) 30º 0.05% 0.84% -
XYZ 61.43 64.26 66.29 -
YUV 209.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 214 209 204 0 0.02 0.05 0.16 30 0.11 0.82
Hex D6 D1 CC 0 2 5 10 1E B 52
Octal 326 321 314 0 2 5 20 36 13 122
Binary 11010110 11010001 11001100 0 10 101 10000 11110 1011 1010010

Color Harmonies of #D6D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D1CC

Black with #D6D1CC

Text Example


Text Example

White with #D6D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D1CC; }

 p { color: rgb(214,209,204); }

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

background-color css

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

 a { background-color: rgb(214,209,204); }

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

border-color css

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

 span { border-color: rgb(214,209,204); }

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