#D7CFB1

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

Shades of White Rock #D7CFB1

Tints of White Rock #D7CFB1

Color information

#D7CFB1 (or 0xD7CFB1) is unknown color: approx White Rock. HEX triplet: D7, CF and B1. RGB value is (215,207,177). Sum of RGB (Red+Green+Blue) = 215+207+177=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CFB1 is #28304E. Grayscale: #CECECE. Windows color (decimal): -2633807 or 11653079. OLE color: 11653079.

HSL color Cylindrical-coordinate representation of color #D7CFB1: hue angle of 47.37º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7CFB1 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB215207177-
CMYK00.040.180.16
HSL47.37º32.2%76.86%-
HSV(B)47.37º17.67%84.31%-
XYZ58.2762.2550.54-
YUV205.97111.65134.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.89%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 177 (69.53% from 255) = 29.55%
R=35.89%
G=34.56%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520717700.040.180.1647.3732.276.86
HexD7CFB10412102f204d
Octal3273172610422205740115
Binary110101111100111110110001010010010100001011111000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFB1; }

 p { color: rgb(215,207,177); }

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

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

 a { background-color: rgb(215,207,177); }

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

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

 span { border-color: rgb(215,207,177); }

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