Html Css Color HEX #DAE1CA Gin

📋 copy color: '#DAE1CA'

red 218 ◦ green 225 ◦ blue 202

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

Shades of Gin #DAE1CA

Tints of Gin #DAE1CA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.88%

 BLUE value IS 202 (79.3% from 255) = 31.32%

R = 33.8%
G = 34.88%
B = 31.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#DAE1CA (or 0xDAE1CA) is known color: Gin. HEX triplet: DA, E1 and CA. RGB value is (218,225,202). Sum of RGB (Red+Green+Blue) = 218+225+202=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1CA is #251E35. Grayscale: #DCDCDC. Windows color (decimal): -2432566 or 13296090. OLE color: 13296090.

HSL color Cylindrical-coordinate representation of color #DAE1CA: hue angle of 78.26º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE1CA is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 202 -
CMYK 0.03 0 0.10 0.12
HSL 78.26º 0.28% 0.84% -
HSV(B) 78.26º 0.1% 0.88% -
XYZ 66.5 73.02 66.47 -
YUV 220.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 218 225 202 0.03 0 0.10 0.12 78.26 0.28 0.84
Hex DA E1 CA 3 0 A C 4E 1C 54
Octal 332 341 312 3 0 12 14 116 34 124
Binary 11011010 11100001 11001010 11 0 1010 1100 1001110 11100 1010100

Color Harmonies of #DAE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE1CA

Black with #DAE1CA

Text Example


Text Example

White with #DAE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE1CA; }

 p { color: rgb(218,225,202); }

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

background-color css

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

 a { background-color: rgb(218,225,202); }

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

border-color css

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

 span { border-color: rgb(218,225,202); }

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