#DAD2B6

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

Shades of White Rock #DAD2B6

Tints of White Rock #DAD2B6

Color information

#DAD2B6 (or 0xDAD2B6) is unknown color: approx White Rock. HEX triplet: DA, D2 and B6. RGB value is (218,210,182). Sum of RGB (Red+Green+Blue) = 218+210+182=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2B6 is #252D49. Grayscale: #D1D1D1. Windows color (decimal): -2436426 or 11981530. OLE color: 11981530.

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

Color convert

RGB218210182-
CMYK00.040.170.15
HSL46.67º32.73%78.43%-
HSV(B)46.67º16.51%85.49%-
XYZ60.464.3853.5-
YUV209.2112.65134.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 210 (82.42% from 255) = 34.43%
BLUE value IS 182 (71.48% from 255) = 29.84%
R=35.74%
G=34.43%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821018200.040.170.1546.6732.7378.43
HexDAD2B60411F2f214e
Octal3323222660421175741116
Binary11011010110100101011011001001000111111011111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2B6; }

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

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

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

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

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

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

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

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