Html Css Color HEX #DAEAC4 Gin

📋 copy color: '#DAEAC4'

red 218 ◦ green 234 ◦ blue 196

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

Shades of Gin #DAEAC4

Tints of Gin #DAEAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.25%

R = 33.64%
G = 36.11%
B = 30.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#DAEAC4 (or 0xDAEAC4) is known color: Gin. HEX triplet: DA, EA and C4. RGB value is (218,234,196). Sum of RGB (Red+Green+Blue) = 218+234+196=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAC4 is #25153B. Grayscale: #E1E1E1. Windows color (decimal): -2430268 or 12905178. OLE color: 12905178.

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

Color convert

RGB 218 234 196 -
CMYK 0.07 0 0.16 0.08
HSL 85.26º 0.48% 0.84% -
HSV(B) 85.26º 0.16% 0.92% -
XYZ 68.3 77.74 63.63 -
YUV 224.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 218 234 196 0.07 0 0.16 0.08 85.26 0.48 0.84
Hex DA EA C4 7 0 10 8 55 30 54
Octal 332 352 304 7 0 20 10 125 60 124
Binary 11011010 11101010 11000100 111 0 10000 1000 1010101 110000 1010100

Color Harmonies of #DAEAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAC4

Black with #DAEAC4

Text Example


Text Example

White with #DAEAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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