#DAD6B5

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

Shades of White Rock #DAD6B5

Tints of White Rock #DAD6B5

Color information

#DAD6B5 (or 0xDAD6B5) is unknown color: approx White Rock. HEX triplet: DA, D6 and B5. RGB value is (218,214,181). Sum of RGB (Red+Green+Blue) = 218+214+181=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6B5 is #25294A. Grayscale: #D3D3D3. Windows color (decimal): -2435403 or 11917018. OLE color: 11917018.

HSL color Cylindrical-coordinate representation of color #DAD6B5: hue angle of 53.51º 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 #DAD6B5 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218214181-
CMYK00.020.170.15
HSL53.51º33.33%78.24%-
HSV(B)53.51º16.97%85.49%-
XYZ61.366.3353.29-
YUV211.43110.83132.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 181 (71.09% from 255) = 29.53%
R=35.56%
G=34.91%
B=29.53%

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
Decimal21821418100.020.170.1553.5133.3378.24
HexDAD6B50211F36214e
Octal3323262650221176641116
Binary1101101011010110101101010101000111111101101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6B5; }

 p { color: rgb(218,214,181); }

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

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

 a { background-color: rgb(218,214,181); }

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

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

 span { border-color: rgb(218,214,181); }

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