Html Css Color HEX #DAEAB9 Gin

📋 copy color: '#DAEAB9'

red 218 ◦ green 234 ◦ blue 185

#DAEAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gin #DAEAB9

Tints of Gin #DAEAB9

RGB

 RED value IS 218 (85.55% from 255) = 34.22%

 GREEN value IS 234 (91.8% from 255) = 36.73%

 BLUE value IS 185 (72.66% from 255) = 29.04%

R = 34.22%
G = 36.73%
B = 29.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#DAEAB9 (or 0xDAEAB9) is known color: Gin. HEX triplet: DA, EA and B9. RGB value is (218,234,185). Sum of RGB (Red+Green+Blue) = 218+234+185=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAB9 is #251546. Grayscale: #DFDFDF. Windows color (decimal): -2430279 or 12184282. OLE color: 12184282.

HSL color Cylindrical-coordinate representation of color #DAEAB9: hue angle of 79.59º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAEAB9 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 185 -
CMYK 0.07 0 0.21 0.08
HSL 79.59º 0.54% 0.82% -
HSV(B) 79.59º 0.21% 0.92% -
XYZ 67.09 77.25 57.27 -
YUV 223.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 218 234 185 0.07 0 0.21 0.08 79.59 0.54 0.82
Hex DA EA B9 7 0 15 8 50 36 52
Octal 332 352 271 7 0 25 10 120 66 122
Binary 11011010 11101010 10111001 111 0 10101 1000 1010000 110110 1010010

Color Harmonies of #DAEAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAB9

Black with #DAEAB9

Text Example


Text Example

White with #DAEAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAB9; }

 p { color: rgb(218,234,185); }

 H1.HeaderClassName
 {
   color: #DAEAB9;
 }
 .AnyTagClassName
 {
   color: #DAEAB9;
 }
</style>

background-color css

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

 a { background-color: rgb(218,234,185); }

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

border-color css

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

 span { border-color: rgb(218,234,185); }

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