#D8CFAA

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

Shades of White Rock #D8CFAA

Tints of White Rock #D8CFAA

Color information

#D8CFAA (or 0xD8CFAA) is unknown color: approx White Rock. HEX triplet: D8, CF and AA. RGB value is (216,207,170). Sum of RGB (Red+Green+Blue) = 216+207+170=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CFAA is #273055. Grayscale: #CDCDCD. Windows color (decimal): -2568278 or 11194328. OLE color: 11194328.

HSL color Cylindrical-coordinate representation of color #D8CFAA: hue angle of 48.26º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8CFAA is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216207170-
CMYK00.040.210.15
HSL48.26º37.1%75.69%-
HSV(B)48.26º21.3%84.71%-
XYZ57.8962.1346.97-
YUV205.47107.98135.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.42%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=36.42%
G=34.91%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620717000.040.210.1548.2637.175.69
HexD8CFAA0415F30254c
Octal3303172520425176045114
Binary11011000110011111010101001001010111111100001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CFAA; }

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

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

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

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

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

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

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

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