Html Css Color HEX #DAE4C9 Gin

📋 copy color: '#DAE4C9'

red 218 ◦ green 228 ◦ blue 201

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

Shades of Gin #DAE4C9

Tints of Gin #DAE4C9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.24%

 BLUE value IS 201 (78.91% from 255) = 31.07%

R = 33.69%
G = 35.24%
B = 31.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#DAE4C9 (or 0xDAE4C9) is known color: Gin. HEX triplet: DA, E4 and C9. RGB value is (218,228,201). Sum of RGB (Red+Green+Blue) = 218+228+201=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 228 (89.45% from 255 or 35.24% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4C9 is #251B36. Grayscale: #DEDEDE. Windows color (decimal): -2431799 or 13231322. OLE color: 13231322.

HSL color Cylindrical-coordinate representation of color #DAE4C9: hue angle of 82.22º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE4C9 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 201 -
CMYK 0.04 0 0.12 0.11
HSL 82.22º 0.33% 0.84% -
HSV(B) 82.22º 0.12% 0.89% -
XYZ 67.2 74.61 66.12 -
YUV 221.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 218 228 201 0.04 0 0.12 0.11 82.22 0.33 0.84
Hex DA E4 C9 4 0 C B 52 21 54
Octal 332 344 311 4 0 14 13 122 41 124
Binary 11011010 11100100 11001001 100 0 1100 1011 1010010 100001 1010100

Color Harmonies of #DAE4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE4C9

Black with #DAE4C9

Text Example


Text Example

White with #DAE4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE4C9; }

 p { color: rgb(218,228,201); }

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

background-color css

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

 a { background-color: rgb(218,228,201); }

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

border-color css

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

 span { border-color: rgb(218,228,201); }

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