Html Css Color HEX #DAE4C4 Gin

📋 copy color: '#DAE4C4'

red 218 ◦ green 228 ◦ blue 196

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

Shades of Gin #DAE4C4

Tints of Gin #DAE4C4

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.51%

 BLUE value IS 196 (76.95% from 255) = 30.53%

R = 33.96%
G = 35.51%
B = 30.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#DAE4C4 (or 0xDAE4C4) is known color: Gin. HEX triplet: DA, E4 and C4. RGB value is (218,228,196). Sum of RGB (Red+Green+Blue) = 218+228+196=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 196 (76.95% from 255 or 30.53% from 642); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4C4 is #251B3B. Grayscale: #DDDDDD. Windows color (decimal): -2431804 or 12903642. OLE color: 12903642.

HSL color Cylindrical-coordinate representation of color #DAE4C4: hue angle of 78.75º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE4C4 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 196 -
CMYK 0.04 0 0.14 0.11
HSL 78.75º 0.37% 0.83% -
HSV(B) 78.75º 0.14% 0.89% -
XYZ 66.62 74.38 63.07 -
YUV 221.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 218 228 196 0.04 0 0.14 0.11 78.75 0.37 0.83
Hex DA E4 C4 4 0 E B 4F 25 53
Octal 332 344 304 4 0 16 13 117 45 123
Binary 11011010 11100100 11000100 100 0 1110 1011 1001111 100101 1010011

Color Harmonies of #DAE4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE4C4

Black with #DAE4C4

Text Example


Text Example

White with #DAE4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE4C4; }

 p { color: rgb(218,228,196); }

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

background-color css

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

 a { background-color: rgb(218,228,196); }

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

border-color css

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

 span { border-color: rgb(218,228,196); }

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