#D4CFBA

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

Shades of White Rock #D4CFBA

Tints of White Rock #D4CFBA

Color information

#D4CFBA (or 0xD4CFBA) is unknown color: approx White Rock. HEX triplet: D4, CF and BA. RGB value is (212,207,186). Sum of RGB (Red+Green+Blue) = 212+207+186=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFBA is #2B3045. Grayscale: #CECECE. Windows color (decimal): -2830406 or 12242900. OLE color: 12242900.

HSL color Cylindrical-coordinate representation of color #D4CFBA: hue angle of 48.46º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CFBA is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212207186-
CMYK00.020.120.17
HSL48.46º23.21%78.04%-
HSV(B)48.46º12.26%83.14%-
XYZ58.3362.1755.38-
YUV206.1116.66132.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=35.04%
G=34.21%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220718600.020.120.1748.4623.2178.04
HexD4CFBA02C1130174e
Octal3243172720214216027116
Binary110101001100111110111010010110010001110000101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CFBA; }

 p { color: rgb(212,207,186); }

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

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

 a { background-color: rgb(212,207,186); }

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

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

 span { border-color: rgb(212,207,186); }

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