Html Css Color HEX #DAE2CD Gin

📋 copy color: '#DAE2CD'

red 218 ◦ green 226 ◦ blue 205

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

Shades of Gin #DAE2CD

Tints of Gin #DAE2CD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.82%

 BLUE value IS 205 (80.47% from 255) = 31.59%

R = 33.59%
G = 34.82%
B = 31.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#DAE2CD (or 0xDAE2CD) is known color: Gin. HEX triplet: DA, E2 and CD. RGB value is (218,226,205). Sum of RGB (Red+Green+Blue) = 218+226+205=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2CD is #251D32. Grayscale: #DDDDDD. Windows color (decimal): -2432307 or 13492954. OLE color: 13492954.

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

Color convert

RGB 218 226 205 -
CMYK 0.04 0 0.09 0.11
HSL 82.86º 0.27% 0.85% -
HSV(B) 82.86º 0.09% 0.89% -
XYZ 67.13 73.71 68.45 -
YUV 221.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 218 226 205 0.04 0 0.09 0.11 82.86 0.27 0.85
Hex DA E2 CD 4 0 9 B 53 1B 55
Octal 332 342 315 4 0 11 13 123 33 125
Binary 11011010 11100010 11001101 100 0 1001 1011 1010011 11011 1010101

Color Harmonies of #DAE2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE2CD

Black with #DAE2CD

Text Example


Text Example

White with #DAE2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE2CD; }

 p { color: rgb(218,226,205); }

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

background-color css

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

 a { background-color: rgb(218,226,205); }

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

border-color css

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

 span { border-color: rgb(218,226,205); }

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