#D4CEB3

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

Shades of White Rock #D4CEB3

Tints of White Rock #D4CEB3

Color information

#D4CEB3 (or 0xD4CEB3) is unknown color: approx White Rock. HEX triplet: D4, CE and B3. RGB value is (212,206,179). Sum of RGB (Red+Green+Blue) = 212+206+179=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CEB3 is #2B314C. Grayscale: #CCCCCC. Windows color (decimal): -2830669 or 11783892. OLE color: 11783892.

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

Color convert

RGB212206179-
CMYK00.030.160.17
HSL49.09º27.73%76.67%-
HSV(B)49.09º15.57%83.14%-
XYZ57.3661.3951.47-
YUV204.72113.49133.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.51%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 179 (70.31% from 255) = 29.98%
R=35.51%
G=34.51%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220617900.030.160.1749.0927.7376.67
HexD4CEB3031011311c4d
Octal3243162630320216134115
Binary1101010011001110101100110111000010001110001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CEB3; }

 p { color: rgb(212,206,179); }

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

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

 a { background-color: rgb(212,206,179); }

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

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

 span { border-color: rgb(212,206,179); }

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