Html Css Color HEX #DAEABE Gin

📋 copy color: '#DAEABE'

red 218 ◦ green 234 ◦ blue 190

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

Shades of Gin #DAEABE

Tints of Gin #DAEABE

RGB

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

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

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

R = 33.96%
G = 36.45%
B = 29.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#DAEABE (or 0xDAEABE) is known color: Gin. HEX triplet: DA, EA and BE. RGB value is (218,234,190). Sum of RGB (Red+Green+Blue) = 218+234+190=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEABE is #251541. Grayscale: #E0E0E0. Windows color (decimal): -2430274 or 12511962. OLE color: 12511962.

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

Color convert

RGB 218 234 190 -
CMYK 0.07 0 0.19 0.08
HSL 81.82º 0.51% 0.83% -
HSV(B) 81.82º 0.19% 0.92% -
XYZ 67.63 77.47 60.1 -
YUV 224.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 218 234 190 0.07 0 0.19 0.08 81.82 0.51 0.83
Hex DA EA BE 7 0 13 8 52 33 53
Octal 332 352 276 7 0 23 10 122 63 123
Binary 11011010 11101010 10111110 111 0 10011 1000 1010010 110011 1010011

Color Harmonies of #DAEABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEABE

Black with #DAEABE

Text Example


Text Example

White with #DAEABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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