#DAD1B3

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

Shades of White Rock #DAD1B3

Tints of White Rock #DAD1B3

Color information

#DAD1B3 (or 0xDAD1B3) is unknown color: approx White Rock. HEX triplet: DA, D1 and B3. RGB value is (218,209,179). Sum of RGB (Red+Green+Blue) = 218+209+179=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1B3 is #252E4C. Grayscale: #D0D0D0. Windows color (decimal): -2436685 or 11784666. OLE color: 11784666.

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

Color convert

RGB218209179-
CMYK00.040.180.15
HSL46.15º34.51%77.84%-
HSV(B)46.15º17.89%85.49%-
XYZ59.8563.7651.8-
YUV208.27111.48134.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 209 (82.03% from 255) = 34.49%
BLUE value IS 179 (70.31% from 255) = 29.54%
R=35.97%
G=34.49%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820917900.040.180.1546.1534.5177.84
HexDAD1B30412F2e234e
Octal3323212630422175643116
Binary11011010110100011011001101001001011111011101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1B3; }

 p { color: rgb(218,209,179); }

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

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

 a { background-color: rgb(218,209,179); }

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

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

 span { border-color: rgb(218,209,179); }

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