#DAD5B6

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

Shades of White Rock #DAD5B6

Tints of White Rock #DAD5B6

Color information

#DAD5B6 (or 0xDAD5B6) is unknown color: approx White Rock. HEX triplet: DA, D5 and B6. RGB value is (218,213,182). Sum of RGB (Red+Green+Blue) = 218+213+182=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5B6 is #252A49. Grayscale: #D3D3D3. Windows color (decimal): -2435658 or 11982298. OLE color: 11982298.

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

Color convert

RGB218213182-
CMYK00.020.170.15
HSL51.67º32.73%78.43%-
HSV(B)51.67º16.51%85.49%-
XYZ61.1565.8753.75-
YUV210.96111.66133.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 213 (83.59% from 255) = 34.75%
BLUE value IS 182 (71.48% from 255) = 29.69%
R=35.56%
G=34.75%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821318200.020.170.1551.6732.7378.43
HexDAD5B60211F34214e
Octal3323252660221176441116
Binary1101101011010101101101100101000111111101001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5B6; }

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

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

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

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

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

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

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

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