Html Css Color HEX #DAE6C5 Gin

📋 copy color: '#DAE6C5'

red 218 ◦ green 230 ◦ blue 197

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

Shades of Gin #DAE6C5

Tints of Gin #DAE6C5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.66%

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

R = 33.8%
G = 35.66%
B = 30.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#DAE6C5 (or 0xDAE6C5) is known color: Gin. HEX triplet: DA, E6 and C5. RGB value is (218,230,197). Sum of RGB (Red+Green+Blue) = 218+230+197=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6C5 is #25193A. Grayscale: #DEDEDE. Windows color (decimal): -2431291 or 12969690. OLE color: 12969690.

HSL color Cylindrical-coordinate representation of color #DAE6C5: hue angle of 81.82º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE6C5 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 197 -
CMYK 0.05 0 0.14 0.10
HSL 81.82º 0.4% 0.84% -
HSV(B) 81.82º 0.14% 0.9% -
XYZ 67.29 75.53 63.86 -
YUV 222.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 218 230 197 0.05 0 0.14 0.10 81.82 0.4 0.84
Hex DA E6 C5 5 0 E A 52 28 54
Octal 332 346 305 5 0 16 12 122 50 124
Binary 11011010 11100110 11000101 101 0 1110 1010 1010010 101000 1010100

Color Harmonies of #DAE6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE6C5

Black with #DAE6C5

Text Example


Text Example

White with #DAE6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE6C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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