Html Css Color HEX #DAE7BC Gin

📋 copy color: '#DAE7BC'

red 218 ◦ green 231 ◦ blue 188

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

Shades of Gin #DAE7BC

Tints of Gin #DAE7BC

RGB

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

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

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

R = 34.22%
G = 36.26%
B = 29.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#DAE7BC (or 0xDAE7BC) is known color: Gin. HEX triplet: DA, E7 and BC. RGB value is (218,231,188). Sum of RGB (Red+Green+Blue) = 218+231+188=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7BC is #251843. Grayscale: #DEDEDE. Windows color (decimal): -2431044 or 12380122. OLE color: 12380122.

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

Color convert

RGB 218 231 188 -
CMYK 0.06 0 0.19 0.09
HSL 78.14º 0.47% 0.82% -
HSV(B) 78.14º 0.19% 0.91% -
XYZ 66.57 75.69 58.68 -
YUV 222.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 218 231 188 0.06 0 0.19 0.09 78.14 0.47 0.82
Hex DA E7 BC 6 0 13 9 4E 2F 52
Octal 332 347 274 6 0 23 11 116 57 122
Binary 11011010 11100111 10111100 110 0 10011 1001 1001110 101111 1010010

Color Harmonies of #DAE7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE7BC

Black with #DAE7BC

Text Example


Text Example

White with #DAE7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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