#D4D1BB

Color #D4D1BB White Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Rock #D4D1BB

Tints of White Rock #D4D1BB

Color information

#D4D1BB (or 0xD4D1BB) is unknown color: approx White Rock. HEX triplet: D4, D1 and BB. RGB value is (212,209,187). Sum of RGB (Red+Green+Blue) = 212+209+187=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1BB is #2B2E44. Grayscale: #CFCFCF. Windows color (decimal): -2829893 or 12308948. OLE color: 12308948.

HSL color Cylindrical-coordinate representation of color #D4D1BB: hue angle of 52.8º 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 #D4D1BB is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212209187-
CMYK00.010.120.17
HSL52.8º22.52%78.24%-
HSV(B)52.8º11.79%83.14%-
XYZ58.9263.1956.1-
YUV207.39116.49131.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=34.87%
G=34.38%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220918700.010.120.1752.822.5278.24
HexD4D1BB01C1135174e
Octal3243212730114216527116
Binary11010100110100011011101101110010001110101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D1BB; }

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

 H1.HeaderClassName
 {
   color: #D4D1BB;
 }
 .AnyTagClassName
 {
   color: #D4D1BB;
 }
</style>
background-color css

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

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

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

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

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

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