Html Css Color HEX #DAEDD0 Peppermint

📋 copy color: '#DAEDD0'

red 218 ◦ green 237 ◦ blue 208

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

Shades of Peppermint #DAEDD0

Tints of Peppermint #DAEDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.75%

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

R = 32.88%
G = 35.75%
B = 31.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#DAEDD0 (or 0xDAEDD0) is known color: Peppermint. HEX triplet: DA, ED and D0. RGB value is (218,237,208). Sum of RGB (Red+Green+Blue) = 218+237+208=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDD0 is #25122F. Grayscale: #E4E4E4. Windows color (decimal): -2429488 or 13692378. OLE color: 13692378.

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

Color convert

RGB 218 237 208 -
CMYK 0.08 0 0.12 0.07
HSL 99.31º 0.45% 0.87% -
HSV(B) 99.31º 0.12% 0.93% -
XYZ 70.58 80.03 71.4 -
YUV 228.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 218 237 208 0.08 0 0.12 0.07 99.31 0.45 0.87
Hex DA ED D0 8 0 C 7 63 2D 57
Octal 332 355 320 10 0 14 7 143 55 127
Binary 11011010 11101101 11010000 1000 0 1100 111 1100011 101101 1010111

Color Harmonies of #DAEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDD0

Black with #DAEDD0

Text Example


Text Example

White with #DAEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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