Html Css Color HEX #DAE7BE Gin

📋 copy color: '#DAE7BE'

red 218 ◦ green 231 ◦ blue 190

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

Shades of Gin #DAE7BE

Tints of Gin #DAE7BE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.15%

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

R = 34.12%
G = 36.15%
B = 29.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#DAE7BE (or 0xDAE7BE) is known color: Gin. HEX triplet: DA, E7 and BE. RGB value is (218,231,190). Sum of RGB (Red+Green+Blue) = 218+231+190=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7BE is #251841. Grayscale: #DEDEDE. Windows color (decimal): -2431042 or 12511194. OLE color: 12511194.

HSL color Cylindrical-coordinate representation of color #DAE7BE: hue angle of 79.02º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAE7BE is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 190 -
CMYK 0.06 0 0.18 0.09
HSL 79.02º 0.46% 0.83% -
HSV(B) 79.02º 0.18% 0.91% -
XYZ 66.78 75.77 59.82 -
YUV 222.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 218 231 190 0.06 0 0.18 0.09 79.02 0.46 0.83
Hex DA E7 BE 6 0 12 9 4F 2E 53
Octal 332 347 276 6 0 22 11 117 56 123
Binary 11011010 11100111 10111110 110 0 10010 1001 1001111 101110 1010011

Color Harmonies of #DAE7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE7BE

Black with #DAE7BE

Text Example


Text Example

White with #DAE7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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