Html Css Color HEX #DAE7D5 Peppermint

📋 copy color: '#DAE7D5'

red 218 ◦ green 231 ◦ blue 213

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

Shades of Peppermint #DAE7D5

Tints of Peppermint #DAE7D5

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.89%

 BLUE value IS 213 (83.59% from 255) = 32.18%

R = 32.93%
G = 34.89%
B = 32.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#DAE7D5 (or 0xDAE7D5) is known color: Peppermint. HEX triplet: DA, E7 and D5. RGB value is (218,231,213). Sum of RGB (Red+Green+Blue) = 218+231+213=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7D5 is #25182A. Grayscale: #E1E1E1. Windows color (decimal): -2431019 or 14018522. OLE color: 14018522.

HSL color Cylindrical-coordinate representation of color #DAE7D5: hue angle of 103.33º degrees, saturation: 0.27, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE7D5 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 213 -
CMYK 0.06 0 0.08 0.09
HSL 103.33º 0.27% 0.87% -
HSV(B) 103.33º 0.08% 0.91% -
XYZ 69.5 76.86 74.12 -
YUV 225.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 218 231 213 0.06 0 0.08 0.09 103.33 0.27 0.87
Hex DA E7 D5 6 0 8 9 67 1B 57
Octal 332 347 325 6 0 10 11 147 33 127
Binary 11011010 11100111 11010101 110 0 1000 1001 1100111 11011 1010111

Color Harmonies of #DAE7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE7D5

Black with #DAE7D5

Text Example


Text Example

White with #DAE7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE7D5; }

 p { color: rgb(218,231,213); }

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

background-color css

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

 a { background-color: rgb(218,231,213); }

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

border-color css

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

 span { border-color: rgb(218,231,213); }

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