Html Css Color HEX #DAE8D4 Peppermint

📋 copy color: '#DAE8D4'

red 218 ◦ green 232 ◦ blue 212

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

Shades of Peppermint #DAE8D4

Tints of Peppermint #DAE8D4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.05%

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

R = 32.93%
G = 35.05%
B = 32.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#DAE8D4 (or 0xDAE8D4) is known color: Peppermint. HEX triplet: DA, E8 and D4. RGB value is (218,232,212). Sum of RGB (Red+Green+Blue) = 218+232+212=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 212 (83.20% from 255 or 32.02% from 662); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8D4 is #25172B. Grayscale: #E1E1E1. Windows color (decimal): -2430764 or 13953242. OLE color: 13953242.

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

Color convert

RGB 218 232 212 -
CMYK 0.06 0 0.09 0.09
HSL 102º 0.3% 0.87% -
HSV(B) 102º 0.09% 0.91% -
XYZ 69.65 77.37 73.55 -
YUV 225.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 218 232 212 0.06 0 0.09 0.09 102 0.3 0.87
Hex DA E8 D4 6 0 9 9 66 1E 57
Octal 332 350 324 6 0 11 11 146 36 127
Binary 11011010 11101000 11010100 110 0 1001 1001 1100110 11110 1010111

Color Harmonies of #DAE8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE8D4

Black with #DAE8D4

Text Example


Text Example

White with #DAE8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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