Html Css Color HEX #D4E2CF Peppermint

📋 copy color: '#D4E2CF'

red 212 ◦ green 226 ◦ blue 207

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

Shades of Peppermint #D4E2CF

Tints of Peppermint #D4E2CF

RGB

 RED value IS 212 (83.2% from 255) = 32.87%

 GREEN value IS 226 (88.67% from 255) = 35.04%

 BLUE value IS 207 (81.25% from 255) = 32.09%

R = 32.87%
G = 35.04%
B = 32.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#D4E2CF (or 0xD4E2CF) is known color: Peppermint. HEX triplet: D4, E2 and CF. RGB value is (212,226,207). Sum of RGB (Red+Green+Blue) = 212+226+207=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E2CF is #2B1D30. Grayscale: #DBDBDB. Windows color (decimal): -2825521 or 13624020. OLE color: 13624020.

HSL color Cylindrical-coordinate representation of color #D4E2CF: hue angle of 104.21º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4E2CF is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 226 207 -
CMYK 0.06 0 0.08 0.11
HSL 104.21º 0.25% 0.85% -
HSV(B) 104.21º 0.08% 0.89% -
XYZ 65.61 72.89 69.64 -
YUV 219.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 212 226 207 0.06 0 0.08 0.11 104.21 0.25 0.85
Hex D4 E2 CF 6 0 8 B 68 19 55
Octal 324 342 317 6 0 10 13 150 31 125
Binary 11010100 11100010 11001111 110 0 1000 1011 1101000 11001 1010101

Color Harmonies of #D4E2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E2CF

Black with #D4E2CF

Text Example


Text Example

White with #D4E2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E2CF; }

 p { color: rgb(212,226,207); }

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

background-color css

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

 a { background-color: rgb(212,226,207); }

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

border-color css

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

 span { border-color: rgb(212,226,207); }

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