#D3CEB7

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

Shades of White Rock #D3CEB7

Tints of White Rock #D3CEB7

Color information

#D3CEB7 (or 0xD3CEB7) is unknown color: approx White Rock. HEX triplet: D3, CE and B7. RGB value is (211,206,183). Sum of RGB (Red+Green+Blue) = 211+206+183=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CEB7 is #2C3148. Grayscale: #CCCCCC. Windows color (decimal): -2896201 or 12046035. OLE color: 12046035.

HSL color Cylindrical-coordinate representation of color #D3CEB7: hue angle of 49.29º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3CEB7 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB211206183-
CMYK00.020.130.17
HSL49.29º24.14%77.25%-
HSV(B)49.29º13.27%82.75%-
XYZ57.4861.4153.62-
YUV204.87115.66132.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.17%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 183 (71.88% from 255) = 30.5%
R=35.17%
G=34.33%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120618300.020.130.1749.2924.1477.25
HexD3CEB702D1131184d
Octal3233162670215216130115
Binary110100111100111010110111010110110001110001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEB7; }

 p { color: rgb(211,206,183); }

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

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

 a { background-color: rgb(211,206,183); }

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

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

 span { border-color: rgb(211,206,183); }

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