Html Css Color HEX #D3C6BB Stark White

📋 copy color: '#D3C6BB'

red 211 ◦ green 198 ◦ blue 187

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

Shades of Stark White #D3C6BB

Tints of Stark White #D3C6BB

RGB

 RED value IS 211 (82.81% from 255) = 35.4%

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

 BLUE value IS 187 (73.44% from 255) = 31.38%

R = 35.4%
G = 33.22%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D3C6BB (or 0xD3C6BB) is known color: Stark White. HEX triplet: D3, C6 and BB. RGB value is (211,198,187). Sum of RGB (Red+Green+Blue) = 211+198+187=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C6BB is #2C3944. Grayscale: #C8C8C8. Windows color (decimal): -2898245 or 12306131. OLE color: 12306131.

HSL color Cylindrical-coordinate representation of color #D3C6BB: hue angle of 27.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3C6BB is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 198 187 -
CMYK 0 0.06 0.11 0.17
HSL 27.5º 0.21% 0.78% -
HSV(B) 27.5º 0.11% 0.83% -
XYZ 56.03 57.82 55.22 -
YUV 200.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 211 198 187 0 0.06 0.11 0.17 27.5 0.21 0.78
Hex D3 C6 BB 0 6 B 11 1C 15 4E
Octal 323 306 273 0 6 13 21 34 25 116
Binary 11010011 11000110 10111011 0 110 1011 10001 11100 10101 1001110

Color Harmonies of #D3C6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C6BB

Black with #D3C6BB

Text Example


Text Example

White with #D3C6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C6BB; }

 p { color: rgb(211,198,187); }

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

background-color css

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

 a { background-color: rgb(211,198,187); }

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

border-color css

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

 span { border-color: rgb(211,198,187); }

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