Html Css Color HEX #DAE7BD Gin

📋 copy color: '#DAE7BD'

red 218 ◦ green 231 ◦ blue 189

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

Shades of Gin #DAE7BD

Tints of Gin #DAE7BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.62%

R = 34.17%
G = 36.21%
B = 29.62%

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

#DAE7BD (or 0xDAE7BD) is known color: Gin. HEX triplet: DA, E7 and BD. RGB value is (218,231,189). Sum of RGB (Red+Green+Blue) = 218+231+189=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7BD is #251842. Grayscale: #DEDEDE. Windows color (decimal): -2431043 or 12445658. OLE color: 12445658.

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

Color convert

RGB 218 231 189 -
CMYK 0.06 0 0.18 0.09
HSL 78.57º 0.47% 0.82% -
HSV(B) 78.57º 0.18% 0.91% -
XYZ 66.67 75.73 59.25 -
YUV 222.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 218 231 189 0.06 0 0.18 0.09 78.57 0.47 0.82
Hex DA E7 BD 6 0 12 9 4F 2F 52
Octal 332 347 275 6 0 22 11 117 57 122
Binary 11011010 11100111 10111101 110 0 10010 1001 1001111 101111 1010010

Color Harmonies of #DAE7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE7BD

Black with #DAE7BD

Text Example


Text Example

White with #DAE7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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