Html Css Color HEX #DAE2CB Gin

📋 copy color: '#DAE2CB'

red 218 ◦ green 226 ◦ blue 203

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

Shades of Gin #DAE2CB

Tints of Gin #DAE2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.38%

R = 33.69%
G = 34.93%
B = 31.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#DAE2CB (or 0xDAE2CB) is known color: Gin. HEX triplet: DA, E2 and CB. RGB value is (218,226,203). Sum of RGB (Red+Green+Blue) = 218+226+203=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2CB is #251D34. Grayscale: #DDDDDD. Windows color (decimal): -2432309 or 13361882. OLE color: 13361882.

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

Color convert

RGB 218 226 203 -
CMYK 0.04 0 0.10 0.11
HSL 80.87º 0.28% 0.84% -
HSV(B) 80.87º 0.1% 0.89% -
XYZ 66.89 73.61 67.18 -
YUV 220.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 218 226 203 0.04 0 0.10 0.11 80.87 0.28 0.84
Hex DA E2 CB 4 0 A B 51 1C 54
Octal 332 342 313 4 0 12 13 121 34 124
Binary 11011010 11100010 11001011 100 0 1010 1011 1010001 11100 1010100

Color Harmonies of #DAE2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE2CB

Black with #DAE2CB

Text Example


Text Example

White with #DAE2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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