Html Css Color HEX #DAE9BE Gin

📋 copy color: '#DAE9BE'

red 218 ◦ green 233 ◦ blue 190

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

Shades of Gin #DAE9BE

Tints of Gin #DAE9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.35%

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

R = 34.01%
G = 36.35%
B = 29.64%

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

#DAE9BE (or 0xDAE9BE) is known color: Gin. HEX triplet: DA, E9 and BE. RGB value is (218,233,190). Sum of RGB (Red+Green+Blue) = 218+233+190=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9BE is #251641. Grayscale: #DFDFDF. Windows color (decimal): -2430530 or 12511706. OLE color: 12511706.

HSL color Cylindrical-coordinate representation of color #DAE9BE: hue angle of 80.93º degrees, saturation: 0.49, 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 #DAE9BE is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 190 -
CMYK 0.06 0 0.18 0.09
HSL 80.93º 0.49% 0.83% -
HSV(B) 80.93º 0.18% 0.91% -
XYZ 67.35 76.9 60.01 -
YUV 223.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 218 233 190 0.06 0 0.18 0.09 80.93 0.49 0.83
Hex DA E9 BE 6 0 12 9 51 31 53
Octal 332 351 276 6 0 22 11 121 61 123
Binary 11011010 11101001 10111110 110 0 10010 1001 1010001 110001 1010011

Color Harmonies of #DAE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9BE

Black with #DAE9BE

Text Example


Text Example

White with #DAE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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