Html Css Color HEX #DAE2CC Gin

📋 copy color: '#DAE2CC'

red 218 ◦ green 226 ◦ blue 204

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

Shades of Gin #DAE2CC

Tints of Gin #DAE2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.48%

R = 33.64%
G = 34.88%
B = 31.48%

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

#DAE2CC (or 0xDAE2CC) is known color: Gin. HEX triplet: DA, E2 and CC. RGB value is (218,226,204). Sum of RGB (Red+Green+Blue) = 218+226+204=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2CC is #251D33. Grayscale: #DDDDDD. Windows color (decimal): -2432308 or 13427418. OLE color: 13427418.

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

Color convert

RGB 218 226 204 -
CMYK 0.04 0 0.10 0.11
HSL 81.82º 0.28% 0.84% -
HSV(B) 81.82º 0.1% 0.89% -
XYZ 67.01 73.66 67.81 -
YUV 221.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 218 226 204 0.04 0 0.10 0.11 81.82 0.28 0.84
Hex DA E2 CC 4 0 A B 52 1C 54
Octal 332 342 314 4 0 12 13 122 34 124
Binary 11011010 11100010 11001100 100 0 1010 1011 1010010 11100 1010100

Color Harmonies of #DAE2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE2CC

Black with #DAE2CC

Text Example


Text Example

White with #DAE2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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