Html Css Color HEX #DAE9BB Gin

📋 copy color: '#DAE9BB'

red 218 ◦ green 233 ◦ blue 187

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

Shades of Gin #DAE9BB

Tints of Gin #DAE9BB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.52%

 BLUE value IS 187 (73.44% from 255) = 29.31%

R = 34.17%
G = 36.52%
B = 29.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#DAE9BB (or 0xDAE9BB) is known color: Gin. HEX triplet: DA, E9 and BB. RGB value is (218,233,187). Sum of RGB (Red+Green+Blue) = 218+233+187=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9BB is #251644. Grayscale: #DFDFDF. Windows color (decimal): -2430533 or 12315098. OLE color: 12315098.

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

Color convert

RGB 218 233 187 -
CMYK 0.06 0 0.20 0.09
HSL 79.57º 0.51% 0.82% -
HSV(B) 79.57º 0.2% 0.91% -
XYZ 67.02 76.77 58.3 -
YUV 223.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 218 233 187 0.06 0 0.20 0.09 79.57 0.51 0.82
Hex DA E9 BB 6 0 14 9 50 33 52
Octal 332 351 273 6 0 24 11 120 63 122
Binary 11011010 11101001 10111011 110 0 10100 1001 1010000 110011 1010010

Color Harmonies of #DAE9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9BB

Black with #DAE9BB

Text Example


Text Example

White with #DAE9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9BB; }

 p { color: rgb(218,233,187); }

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

background-color css

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

 a { background-color: rgb(218,233,187); }

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

border-color css

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

 span { border-color: rgb(218,233,187); }

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