Html Css Color HEX #DAEAD0 Peppermint

📋 copy color: '#DAEAD0'

red 218 ◦ green 234 ◦ blue 208

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

Shades of Peppermint #DAEAD0

Tints of Peppermint #DAEAD0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.45%

 BLUE value IS 208 (81.64% from 255) = 31.52%

R = 33.03%
G = 35.45%
B = 31.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#DAEAD0 (or 0xDAEAD0) is known color: Peppermint. HEX triplet: DA, EA and D0. RGB value is (218,234,208). Sum of RGB (Red+Green+Blue) = 218+234+208=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAD0 is #25152F. Grayscale: #E2E2E2. Windows color (decimal): -2430256 or 13691610. OLE color: 13691610.

HSL color Cylindrical-coordinate representation of color #DAEAD0: hue angle of 96.92º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEAD0 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 208 -
CMYK 0.07 0 0.11 0.08
HSL 96.92º 0.38% 0.87% -
HSV(B) 96.92º 0.11% 0.92% -
XYZ 69.72 78.31 71.11 -
YUV 226.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 218 234 208 0.07 0 0.11 0.08 96.92 0.38 0.87
Hex DA EA D0 7 0 B 8 61 26 57
Octal 332 352 320 7 0 13 10 141 46 127
Binary 11011010 11101010 11010000 111 0 1011 1000 1100001 100110 1010111

Color Harmonies of #DAEAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAD0

Black with #DAEAD0

Text Example


Text Example

White with #DAEAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAD0; }

 p { color: rgb(218,234,208); }

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

background-color css

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

 a { background-color: rgb(218,234,208); }

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

border-color css

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

 span { border-color: rgb(218,234,208); }

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