Html Css Color HEX #DAE7C6 Gin

📋 copy color: '#DAE7C6'

red 218 ◦ green 231 ◦ blue 198

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

Shades of Gin #DAE7C6

Tints of Gin #DAE7C6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.7%

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

R = 33.69%
G = 35.7%
B = 30.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#DAE7C6 (or 0xDAE7C6) is known color: Gin. HEX triplet: DA, E7 and C6. RGB value is (218,231,198). Sum of RGB (Red+Green+Blue) = 218+231+198=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7C6 is #251839. Grayscale: #DFDFDF. Windows color (decimal): -2431034 or 13035482. OLE color: 13035482.

HSL color Cylindrical-coordinate representation of color #DAE7C6: hue angle of 83.64º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE7C6 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 198 -
CMYK 0.06 0 0.14 0.09
HSL 83.64º 0.41% 0.84% -
HSV(B) 83.64º 0.14% 0.91% -
XYZ 67.68 76.13 64.55 -
YUV 223.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 218 231 198 0.06 0 0.14 0.09 83.64 0.41 0.84
Hex DA E7 C6 6 0 E 9 54 29 54
Octal 332 347 306 6 0 16 11 124 51 124
Binary 11011010 11100111 11000110 110 0 1110 1001 1010100 101001 1010100

Color Harmonies of #DAE7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE7C6

Black with #DAE7C6

Text Example


Text Example

White with #DAE7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE7C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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