Html Css Color HEX #DAE1C7 Gin

📋 copy color: '#DAE1C7'

red 218 ◦ green 225 ◦ blue 199

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

Shades of Gin #DAE1C7

Tints of Gin #DAE1C7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.05%

 BLUE value IS 199 (78.13% from 255) = 31%

R = 33.96%
G = 35.05%
B = 31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#DAE1C7 (or 0xDAE1C7) is known color: Gin. HEX triplet: DA, E1 and C7. RGB value is (218,225,199). Sum of RGB (Red+Green+Blue) = 218+225+199=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1C7 is #251E38. Grayscale: #DCDCDC. Windows color (decimal): -2432569 or 13099482. OLE color: 13099482.

HSL color Cylindrical-coordinate representation of color #DAE1C7: hue angle of 76.15º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE1C7 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 199 -
CMYK 0.03 0 0.12 0.12
HSL 76.15º 0.3% 0.83% -
HSV(B) 76.15º 0.12% 0.88% -
XYZ 66.15 72.88 64.61 -
YUV 219.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 218 225 199 0.03 0 0.12 0.12 76.15 0.3 0.83
Hex DA E1 C7 3 0 C C 4C 1E 53
Octal 332 341 307 3 0 14 14 114 36 123
Binary 11011010 11100001 11000111 11 0 1100 1100 1001100 11110 1010011

Color Harmonies of #DAE1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE1C7

Black with #DAE1C7

Text Example


Text Example

White with #DAE1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE1C7; }

 p { color: rgb(218,225,199); }

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

background-color css

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

 a { background-color: rgb(218,225,199); }

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

border-color css

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

 span { border-color: rgb(218,225,199); }

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