Html Css Color HEX #DAE4C3 Gin

📋 copy color: '#DAE4C3'

red 218 ◦ green 228 ◦ blue 195

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

Shades of Gin #DAE4C3

Tints of Gin #DAE4C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.42%

R = 34.01%
G = 35.57%
B = 30.42%

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

#DAE4C3 (or 0xDAE4C3) is known color: Gin. HEX triplet: DA, E4 and C3. RGB value is (218,228,195). Sum of RGB (Red+Green+Blue) = 218+228+195=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4C3 is #251B3C. Grayscale: #DDDDDD. Windows color (decimal): -2431805 or 12838106. OLE color: 12838106.

HSL color Cylindrical-coordinate representation of color #DAE4C3: hue angle of 78.18º degrees, saturation: 0.38, 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 #DAE4C3 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 195 -
CMYK 0.04 0 0.14 0.11
HSL 78.18º 0.38% 0.83% -
HSV(B) 78.18º 0.14% 0.89% -
XYZ 66.51 74.33 62.47 -
YUV 221.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 218 228 195 0.04 0 0.14 0.11 78.18 0.38 0.83
Hex DA E4 C3 4 0 E B 4E 26 53
Octal 332 344 303 4 0 16 13 116 46 123
Binary 11011010 11100100 11000011 100 0 1110 1011 1001110 100110 1010011

Color Harmonies of #DAE4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE4C3

Black with #DAE4C3

Text Example


Text Example

White with #DAE4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE4C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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