Html Css Color HEX #DAEABC Gin

📋 copy color: '#DAEABC'

red 218 ◦ green 234 ◦ blue 188

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

Shades of Gin #DAEABC

Tints of Gin #DAEABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.38%

R = 34.06%
G = 36.56%
B = 29.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#DAEABC (or 0xDAEABC) is known color: Gin. HEX triplet: DA, EA and BC. RGB value is (218,234,188). Sum of RGB (Red+Green+Blue) = 218+234+188=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEABC is #251543. Grayscale: #E0E0E0. Windows color (decimal): -2430276 or 12380890. OLE color: 12380890.

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

Color convert

RGB 218 234 188 -
CMYK 0.07 0 0.20 0.08
HSL 80.87º 0.52% 0.83% -
HSV(B) 80.87º 0.2% 0.92% -
XYZ 67.41 77.38 58.96 -
YUV 223.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 218 234 188 0.07 0 0.20 0.08 80.87 0.52 0.83
Hex DA EA BC 7 0 14 8 51 34 53
Octal 332 352 274 7 0 24 10 121 64 123
Binary 11011010 11101010 10111100 111 0 10100 1000 1010001 110100 1010011

Color Harmonies of #DAEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEABC

Black with #DAEABC

Text Example


Text Example

White with #DAEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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