Html Css Color HEX #DAE8B9 Gin

📋 copy color: '#DAE8B9'

red 218 ◦ green 232 ◦ blue 185

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

Shades of Gin #DAE8B9

Tints of Gin #DAE8B9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.54%

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

R = 34.33%
G = 36.54%
B = 29.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#DAE8B9 (or 0xDAE8B9) is known color: Gin. HEX triplet: DA, E8 and B9. RGB value is (218,232,185). Sum of RGB (Red+Green+Blue) = 218+232+185=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8B9 is #251746. Grayscale: #DEDEDE. Windows color (decimal): -2430791 or 12183770. OLE color: 12183770.

HSL color Cylindrical-coordinate representation of color #DAE8B9: hue angle of 77.87º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAE8B9 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 232 185 -
CMYK 0.06 0 0.20 0.09
HSL 77.87º 0.51% 0.82% -
HSV(B) 77.87º 0.2% 0.91% -
XYZ 66.53 76.12 57.09 -
YUV 222.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 218 232 185 0.06 0 0.20 0.09 77.87 0.51 0.82
Hex DA E8 B9 6 0 14 9 4E 33 52
Octal 332 350 271 6 0 24 11 116 63 122
Binary 11011010 11101000 10111001 110 0 10100 1001 1001110 110011 1010010

Color Harmonies of #DAE8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE8B9

Black with #DAE8B9

Text Example


Text Example

White with #DAE8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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