Html Css Color HEX #DAE1C5 Gin

📋 copy color: '#DAE1C5'

red 218 ◦ green 225 ◦ blue 197

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

Shades of Gin #DAE1C5

Tints of Gin #DAE1C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.78%

R = 34.06%
G = 35.16%
B = 30.78%

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

#DAE1C5 (or 0xDAE1C5) is known color: Gin. HEX triplet: DA, E1 and C5. RGB value is (218,225,197). Sum of RGB (Red+Green+Blue) = 218+225+197=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1C5 is #251E3A. Grayscale: #DBDBDB. Windows color (decimal): -2432571 or 12968410. OLE color: 12968410.

HSL color Cylindrical-coordinate representation of color #DAE1C5: hue angle of 75º degrees, saturation: 0.32, 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 #DAE1C5 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 197 -
CMYK 0.03 0 0.12 0.12
HSL 75º 0.32% 0.83% -
HSV(B) 75º 0.12% 0.88% -
XYZ 65.92 72.79 63.4 -
YUV 219.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 218 225 197 0.03 0 0.12 0.12 75 0.32 0.83
Hex DA E1 C5 3 0 C C 4B 20 53
Octal 332 341 305 3 0 14 14 113 40 123
Binary 11011010 11100001 11000101 11 0 1100 1100 1001011 100000 1010011

Color Harmonies of #DAE1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE1C5

Black with #DAE1C5

Text Example


Text Example

White with #DAE1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE1C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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