Html Css Color HEX #DAEBD4 Peppermint

📋 copy color: '#DAEBD4'

red 218 ◦ green 235 ◦ blue 212

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

Shades of Peppermint #DAEBD4

Tints of Peppermint #DAEBD4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.34%

 BLUE value IS 212 (83.2% from 255) = 31.88%

R = 32.78%
G = 35.34%
B = 31.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#DAEBD4 (or 0xDAEBD4) is known color: Peppermint. HEX triplet: DA, EB and D4. RGB value is (218,235,212). Sum of RGB (Red+Green+Blue) = 218+235+212=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBD4 is #25142B. Grayscale: #E3E3E3. Windows color (decimal): -2429996 or 13954010. OLE color: 13954010.

HSL color Cylindrical-coordinate representation of color #DAEBD4: hue angle of 104.35º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAEBD4 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 235 212 -
CMYK 0.07 0 0.10 0.08
HSL 104.35º 0.37% 0.88% -
HSV(B) 104.35º 0.1% 0.92% -
XYZ 70.51 79.08 73.83 -
YUV 227.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 218 235 212 0.07 0 0.10 0.08 104.35 0.37 0.88
Hex DA EB D4 7 0 A 8 68 25 58
Octal 332 353 324 7 0 12 10 150 45 130
Binary 11011010 11101011 11010100 111 0 1010 1000 1101000 100101 1011000

Color Harmonies of #DAEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBD4

Black with #DAEBD4

Text Example


Text Example

White with #DAEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBD4; }

 p { color: rgb(218,235,212); }

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

background-color css

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

 a { background-color: rgb(218,235,212); }

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

border-color css

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

 span { border-color: rgb(218,235,212); }

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