Html Css Color HEX #DAE5BD Gin

📋 copy color: '#DAE5BD'

red 218 ◦ green 229 ◦ blue 189

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

Shades of Gin #DAE5BD

Tints of Gin #DAE5BD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.01%

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

R = 34.28%
G = 36.01%
B = 29.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#DAE5BD (or 0xDAE5BD) is known color: Gin. HEX triplet: DA, E5 and BD. RGB value is (218,229,189). Sum of RGB (Red+Green+Blue) = 218+229+189=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5BD is #251A42. Grayscale: #DDDDDD. Windows color (decimal): -2431555 or 12445146. OLE color: 12445146.

HSL color Cylindrical-coordinate representation of color #DAE5BD: hue angle of 76.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE5BD is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 189 -
CMYK 0.05 0 0.17 0.10
HSL 76.5º 0.43% 0.82% -
HSV(B) 76.5º 0.17% 0.9% -
XYZ 66.12 74.62 59.06 -
YUV 221.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 218 229 189 0.05 0 0.17 0.10 76.5 0.43 0.82
Hex DA E5 BD 5 0 11 A 4C 2B 52
Octal 332 345 275 5 0 21 12 114 53 122
Binary 11011010 11100101 10111101 101 0 10001 1010 1001100 101011 1010010

Color Harmonies of #DAE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5BD

Black with #DAE5BD

Text Example


Text Example

White with #DAE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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