#DAD4CC

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

Shades of Gallery #DAD4CC

Tints of Gallery #DAD4CC

Color information

#DAD4CC (or 0xDAD4CC) is unknown color: approx Gallery. HEX triplet: DA, D4 and CC. RGB value is (218,212,204). Sum of RGB (Red+Green+Blue) = 218+212+204=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4CC is #252B33. Grayscale: #D4D4D4. Windows color (decimal): -2435892 or 13423834. OLE color: 13423834.

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

Color convert

RGB218212204-
CMYK00.030.060.15
HSL34.29º15.91%82.75%-
HSV(B)34.29º6.42%85.49%-
XYZ63.3666.3566.59-
YUV212.88122.99131.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 212 (83.20% from 255) = 33.44%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=34.38%
G=33.44%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821220400.030.060.1534.2915.9182.75
HexDAD4CC036F221053
Octal332324314036174220123
Binary1101101011010100110011000111101111100010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4CC; }

 p { color: rgb(218,212,204); }

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

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

 a { background-color: rgb(218,212,204); }

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

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

 span { border-color: rgb(218,212,204); }

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