Html Css Color HEX #DAE8BC Gin

📋 copy color: '#DAE8BC'

red 218 ◦ green 232 ◦ blue 188

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

Shades of Gin #DAE8BC

Tints of Gin #DAE8BC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.36%

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

R = 34.17%
G = 36.36%
B = 29.47%

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

#DAE8BC (or 0xDAE8BC) is known color: Gin. HEX triplet: DA, E8 and BC. RGB value is (218,232,188). Sum of RGB (Red+Green+Blue) = 218+232+188=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8BC is #251743. Grayscale: #DEDEDE. Windows color (decimal): -2430788 or 12380378. OLE color: 12380378.

HSL color Cylindrical-coordinate representation of color #DAE8BC: hue angle of 79.09º degrees, saturation: 0.49, 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 #DAE8BC is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 232 188 -
CMYK 0.06 0 0.19 0.09
HSL 79.09º 0.49% 0.82% -
HSV(B) 79.09º 0.19% 0.91% -
XYZ 66.85 76.25 58.77 -
YUV 222.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 218 232 188 0.06 0 0.19 0.09 79.09 0.49 0.82
Hex DA E8 BC 6 0 13 9 4F 31 52
Octal 332 350 274 6 0 23 11 117 61 122
Binary 11011010 11101000 10111100 110 0 10011 1001 1001111 110001 1010010

Color Harmonies of #DAE8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE8BC

Black with #DAE8BC

Text Example


Text Example

White with #DAE8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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