#D7CEAB

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

Shades of White Rock #D7CEAB

Tints of White Rock #D7CEAB

Color information

#D7CEAB (or 0xD7CEAB) is unknown color: approx White Rock. HEX triplet: D7, CE and AB. RGB value is (215,206,171). Sum of RGB (Red+Green+Blue) = 215+206+171=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CEAB is #283154. Grayscale: #CCCCCC. Windows color (decimal): -2634069 or 11259607. OLE color: 11259607.

HSL color Cylindrical-coordinate representation of color #D7CEAB: hue angle of 47.73º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7CEAB is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215206171-
CMYK00.040.200.16
HSL47.73º35.48%75.69%-
HSV(B)47.73º20.47%84.31%-
XYZ57.4561.5347.38-
YUV204.7108.98135.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.32%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 171 (67.19% from 255) = 28.89%
R=36.32%
G=34.80%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520617100.040.200.1647.7335.4875.69
HexD7CEAB04141030234c
Octal3273162530424206043114
Binary110101111100111010101011010010100100001100001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEAB; }

 p { color: rgb(215,206,171); }

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

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

 a { background-color: rgb(215,206,171); }

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

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

 span { border-color: rgb(215,206,171); }

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