#D5CFAA

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

Shades of White Rock #D5CFAA

Tints of White Rock #D5CFAA

Color information

#D5CFAA (or 0xD5CFAA) is unknown color: approx White Rock. HEX triplet: D5, CF and AA. RGB value is (213,207,170). Sum of RGB (Red+Green+Blue) = 213+207+170=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CFAA is #2A3055. Grayscale: #CCCCCC. Windows color (decimal): -2764886 or 11194325. OLE color: 11194325.

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

Color convert

RGB213207170-
CMYK00.030.200.16
HSL51.63º33.86%75.1%-
HSV(B)51.63º20.19%83.53%-
XYZ57.0161.6746.93-
YUV204.58108.49134.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=36.10%
G=35.08%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320717000.030.200.1651.6333.8675.1
HexD5CFAA03141034224b
Octal3253172520324206442113
Binary11010101110011111010101001110100100001101001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CFAA; }

 p { color: rgb(213,207,170); }

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

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

 a { background-color: rgb(213,207,170); }

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

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

 span { border-color: rgb(213,207,170); }

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