Html Css Color HEX #D4C8BB Stark White

📋 copy color: '#D4C8BB'

red 212 ◦ green 200 ◦ blue 187

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

Shades of Stark White #D4C8BB

Tints of Stark White #D4C8BB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.39%

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

R = 35.39%
G = 33.39%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4C8BB (or 0xD4C8BB) is known color: Stark White. HEX triplet: D4, C8 and BB. RGB value is (212,200,187). Sum of RGB (Red+Green+Blue) = 212+200+187=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C8BB is #2B3744. Grayscale: #CACACA. Windows color (decimal): -2832197 or 12306644. OLE color: 12306644.

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

Color convert

RGB 212 200 187 -
CMYK 0 0.06 0.12 0.17
HSL 31.2º 0.23% 0.78% -
HSV(B) 31.2º 0.12% 0.83% -
XYZ 56.78 58.89 55.39 -
YUV 202.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 212 200 187 0 0.06 0.12 0.17 31.2 0.23 0.78
Hex D4 C8 BB 0 6 C 11 1F 17 4E
Octal 324 310 273 0 6 14 21 37 27 116
Binary 11010100 11001000 10111011 0 110 1100 10001 11111 10111 1001110

Color Harmonies of #D4C8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C8BB

Black with #D4C8BB

Text Example


Text Example

White with #D4C8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C8BB; }

 p { color: rgb(212,200,187); }

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

background-color css

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

 a { background-color: rgb(212,200,187); }

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

border-color css

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

 span { border-color: rgb(212,200,187); }

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