Html Css Color HEX #DAE9C3 Gin

📋 copy color: '#DAE9C3'

red 218 ◦ green 233 ◦ blue 195

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

Shades of Gin #DAE9C3

Tints of Gin #DAE9C3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.07%

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

R = 33.75%
G = 36.07%
B = 30.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#DAE9C3 (or 0xDAE9C3) is known color: Gin. HEX triplet: DA, E9 and C3. RGB value is (218,233,195). Sum of RGB (Red+Green+Blue) = 218+233+195=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 195 (76.56% from 255 or 30.19% from 646); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9C3 is #25163C. Grayscale: #E0E0E0. Windows color (decimal): -2430525 or 12839386. OLE color: 12839386.

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

Color convert

RGB 218 233 195 -
CMYK 0.06 0 0.16 0.09
HSL 83.68º 0.46% 0.84% -
HSV(B) 83.68º 0.16% 0.91% -
XYZ 67.9 77.12 62.94 -
YUV 224.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 218 233 195 0.06 0 0.16 0.09 83.68 0.46 0.84
Hex DA E9 C3 6 0 10 9 54 2E 54
Octal 332 351 303 6 0 20 11 124 56 124
Binary 11011010 11101001 11000011 110 0 10000 1001 1010100 101110 1010100

Color Harmonies of #DAE9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9C3

Black with #DAE9C3

Text Example


Text Example

White with #DAE9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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