Html Css Color HEX #DAE3CE Gin

📋 copy color: '#DAE3CE'

red 218 ◦ green 227 ◦ blue 206

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

Shades of Gin #DAE3CE

Tints of Gin #DAE3CE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.87%

 BLUE value IS 206 (80.86% from 255) = 31.64%

R = 33.49%
G = 34.87%
B = 31.64%

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

#DAE3CE (or 0xDAE3CE) is known color: Gin. HEX triplet: DA, E3 and CE. RGB value is (218,227,206). Sum of RGB (Red+Green+Blue) = 218+227+206=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3CE is #251C31. Grayscale: #DDDDDD. Windows color (decimal): -2432050 or 13558746. OLE color: 13558746.

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

Color convert

RGB 218 227 206 -
CMYK 0.04 0 0.09 0.11
HSL 85.71º 0.27% 0.85% -
HSV(B) 85.71º 0.09% 0.89% -
XYZ 67.52 74.3 69.17 -
YUV 221.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 218 227 206 0.04 0 0.09 0.11 85.71 0.27 0.85
Hex DA E3 CE 4 0 9 B 56 1B 55
Octal 332 343 316 4 0 11 13 126 33 125
Binary 11011010 11100011 11001110 100 0 1001 1011 1010110 11011 1010101

Color Harmonies of #DAE3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE3CE

Black with #DAE3CE

Text Example


Text Example

White with #DAE3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE3CE; }

 p { color: rgb(218,227,206); }

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

background-color css

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

 a { background-color: rgb(218,227,206); }

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

border-color css

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

 span { border-color: rgb(218,227,206); }

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