Html Css Color HEX #DAE6BD Gin

📋 copy color: '#DAE6BD'

red 218 ◦ green 230 ◦ blue 189

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

Shades of Gin #DAE6BD

Tints of Gin #DAE6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.11%

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

R = 34.22%
G = 36.11%
B = 29.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#DAE6BD (or 0xDAE6BD) is known color: Gin. HEX triplet: DA, E6 and BD. RGB value is (218,230,189). Sum of RGB (Red+Green+Blue) = 218+230+189=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6BD is #251942. Grayscale: #DDDDDD. Windows color (decimal): -2431299 or 12445402. OLE color: 12445402.

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

Color convert

RGB 218 230 189 -
CMYK 0.05 0 0.18 0.10
HSL 77.56º 0.45% 0.82% -
HSV(B) 77.56º 0.18% 0.9% -
XYZ 66.4 75.17 59.15 -
YUV 221.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 218 230 189 0.05 0 0.18 0.10 77.56 0.45 0.82
Hex DA E6 BD 5 0 12 A 4E 2D 52
Octal 332 346 275 5 0 22 12 116 55 122
Binary 11011010 11100110 10111101 101 0 10010 1010 1001110 101101 1010010

Color Harmonies of #DAE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE6BD

Black with #DAE6BD

Text Example


Text Example

White with #DAE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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