#D1CDB0

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

Shades of White Rock #D1CDB0

Tints of White Rock #D1CDB0

Color information

#D1CDB0 (or 0xD1CDB0) is unknown color: approx White Rock. HEX triplet: D1, CD and B0. RGB value is (209,205,176). Sum of RGB (Red+Green+Blue) = 209+205+176=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CDB0 is #2E324F. Grayscale: #CBCBCB. Windows color (decimal): -3027536 or 11587025. OLE color: 11587025.

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

Color convert

RGB209205176-
CMYK00.020.160.18
HSL52.73º26.4%75.49%-
HSV(B)52.73º15.79%81.96%-
XYZ55.9660.3549.77-
YUV202.89112.83132.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.42%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 176 (69.14% from 255) = 29.83%
R=35.42%
G=34.75%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920517600.020.160.1852.7326.475.49
HexD1CDB0021012351a4b
Octal3213152600220226532113
Binary1101000111001101101100000101000010010110101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDB0; }

 p { color: rgb(209,205,176); }

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

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

 a { background-color: rgb(209,205,176); }

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

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

 span { border-color: rgb(209,205,176); }

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