#D1CDB5

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

Shades of White Rock #D1CDB5

Tints of White Rock #D1CDB5

Color information

#D1CDB5 (or 0xD1CDB5) is unknown color: approx White Rock. HEX triplet: D1, CD and B5. RGB value is (209,205,181). Sum of RGB (Red+Green+Blue) = 209+205+181=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDB5 is #2E324A. Grayscale: #CBCBCB. Windows color (decimal): -3027531 or 11914705. OLE color: 11914705.

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

Color convert

RGB209205181-
CMYK00.020.130.18
HSL51.43º23.33%76.47%-
HSV(B)51.43º13.4%81.96%-
XYZ56.4760.5552.43-
YUV203.46115.33131.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 181 (71.09% from 255) = 30.42%
R=35.13%
G=34.45%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920518100.020.130.1851.4323.3376.47
HexD1CDB502D1233174c
Octal3213152650215226327114
Binary110100011100110110110101010110110010110011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDB5; }

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

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

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

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

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

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

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

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