Html Css Color HEX #DAE1C6 Gin

📋 copy color: '#DAE1C6'

red 218 ◦ green 225 ◦ blue 198

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

Shades of Gin #DAE1C6

Tints of Gin #DAE1C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.89%

R = 34.01%
G = 35.1%
B = 30.89%

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

#DAE1C6 (or 0xDAE1C6) is known color: Gin. HEX triplet: DA, E1 and C6. RGB value is (218,225,198). Sum of RGB (Red+Green+Blue) = 218+225+198=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1C6 is #251E39. Grayscale: #DBDBDB. Windows color (decimal): -2432570 or 13033946. OLE color: 13033946.

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

Color convert

RGB 218 225 198 -
CMYK 0.03 0 0.12 0.12
HSL 75.56º 0.31% 0.83% -
HSV(B) 75.56º 0.12% 0.88% -
XYZ 66.03 72.83 64 -
YUV 219.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 218 225 198 0.03 0 0.12 0.12 75.56 0.31 0.83
Hex DA E1 C6 3 0 C C 4C 1F 53
Octal 332 341 306 3 0 14 14 114 37 123
Binary 11011010 11100001 11000110 11 0 1100 1100 1001100 11111 1010011

Color Harmonies of #DAE1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE1C6

Black with #DAE1C6

Text Example


Text Example

White with #DAE1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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