Html Css Color HEX #DAE1D6 Peppermint

📋 copy color: '#DAE1D6'

red 218 ◦ green 225 ◦ blue 214

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

Shades of Peppermint #DAE1D6

Tints of Peppermint #DAE1D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.57%

R = 33.18%
G = 34.25%
B = 32.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#DAE1D6 (or 0xDAE1D6) is known color: Peppermint. HEX triplet: DA, E1 and D6. RGB value is (218,225,214). Sum of RGB (Red+Green+Blue) = 218+225+214=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1D6 is #251E29. Grayscale: #DDDDDD. Windows color (decimal): -2432554 or 14082522. OLE color: 14082522.

HSL color Cylindrical-coordinate representation of color #DAE1D6: hue angle of 98.18º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE1D6 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 214 -
CMYK 0.03 0 0.05 0.12
HSL 98.18º 0.15% 0.86% -
HSV(B) 98.18º 0.05% 0.88% -
XYZ 67.98 73.61 74.24 -
YUV 221.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 218 225 214 0.03 0 0.05 0.12 98.18 0.15 0.86
Hex DA E1 D6 3 0 5 C 62 F 56
Octal 332 341 326 3 0 5 14 142 17 126
Binary 11011010 11100001 11010110 11 0 101 1100 1100010 1111 1010110

Color Harmonies of #DAE1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE1D6

Black with #DAE1D6

Text Example


Text Example

White with #DAE1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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