Html Css Color HEX #DAE5BE Gin

📋 copy color: '#DAE5BE'

red 218 ◦ green 229 ◦ blue 190

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

Shades of Gin #DAE5BE

Tints of Gin #DAE5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.95%

 BLUE value IS 190 (74.61% from 255) = 29.83%

R = 34.22%
G = 35.95%
B = 29.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#DAE5BE (or 0xDAE5BE) is known color: Gin. HEX triplet: DA, E5 and BE. RGB value is (218,229,190). Sum of RGB (Red+Green+Blue) = 218+229+190=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5BE is #251A41. Grayscale: #DDDDDD. Windows color (decimal): -2431554 or 12510682. OLE color: 12510682.

HSL color Cylindrical-coordinate representation of color #DAE5BE: hue angle of 76.92º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE5BE is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 190 -
CMYK 0.05 0 0.17 0.10
HSL 76.92º 0.43% 0.82% -
HSV(B) 76.92º 0.17% 0.9% -
XYZ 66.23 74.66 59.64 -
YUV 221.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 218 229 190 0.05 0 0.17 0.10 76.92 0.43 0.82
Hex DA E5 BE 5 0 11 A 4D 2B 52
Octal 332 345 276 5 0 21 12 115 53 122
Binary 11011010 11100101 10111110 101 0 10001 1010 1001101 101011 1010010

Color Harmonies of #DAE5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5BE

Black with #DAE5BE

Text Example


Text Example

White with #DAE5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5BE; }

 p { color: rgb(218,229,190); }

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

background-color css

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

 a { background-color: rgb(218,229,190); }

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

border-color css

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

 span { border-color: rgb(218,229,190); }

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