#DAD5B7

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

Shades of White Rock #DAD5B7

Tints of White Rock #DAD5B7

Color information

#DAD5B7 (or 0xDAD5B7) is unknown color: approx White Rock. HEX triplet: DA, D5 and B7. RGB value is (218,213,183). Sum of RGB (Red+Green+Blue) = 218+213+183=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 183 (71.88% from 255 or 29.80% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5B7 is #252A48. Grayscale: #D3D3D3. Windows color (decimal): -2435657 or 12047834. OLE color: 12047834.

HSL color Cylindrical-coordinate representation of color #DAD5B7: hue angle of 51.43º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAD5B7 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB218213183-
CMYK00.020.160.15
HSL51.43º32.11%78.63%-
HSV(B)51.43º16.06%85.49%-
XYZ61.2565.9154.29-
YUV211.08112.16132.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 183 (71.88% from 255) = 29.80%
R=35.50%
G=34.69%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821318300.020.160.1551.4332.1178.63
HexDAD5B70210F33204f
Octal3323252670220176340117
Binary1101101011010101101101110101000011111100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5B7; }

 p { color: rgb(218,213,183); }

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

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

 a { background-color: rgb(218,213,183); }

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

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

 span { border-color: rgb(218,213,183); }

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